Intel® Compute Stick
Discussions Regarding Intel® Compute Sticks and Cards
Announcements
All support for Intel® NUC 7 - 13 systems is transitioning to ASUS. Read more.

Python ie_api

Thib
Beginner
693 Views

Hi,

I'm trying to install correctly openvino toolkit on raspberry pi4 with unbuntu 18.04 by following this tuto:

https://github.com/openvinotoolkit/openvino/blob/master/build-instruction.md#build-for-raspbian-stre...

When I want to build Python API with the following cmake command:

cmake -DENABLE_PYTHON=ON -DPYTHON_EXECUTABLE=`which python3.6` -DPYTHON_LIBRARY=/usr/lib/x86_64-linux-gnu/libpython3.6m.so -DPYTHON_INCLUDE_DIR=/usr/include/python3.6 ..

It says the following error:

By not providing "FindInferenceEngineDeveloperPackage.cmake" in
CMAKE_MODULE_PATH this project has asked CMake to find a package
configuration file provided by "InferenceEngineDeveloperPackage", but CMake
did not find one.

Could not find a package configuration file provided by
"InferenceEngineDeveloperPackage" with any of the following names:

InferenceEngineDeveloperPackageConfig.cmake
inferenceenginedeveloperpackage-config.cmake

Add the installation prefix of "InferenceEngineDeveloperPackage" to
CMAKE_PREFIX_PATH or set "InferenceEngineDeveloperPackage_DIR" to a
directory containing one of the above files. If
"InferenceEngineDeveloperPackage" provides a separate development package
or SDK, be sure it has been installed.

I have no idea where this package is located.

For opencv I downloaded myself from here:

https://docs.opencv.org/master/d2/de6/tutorial_py_setup_in_ubuntu.html

Did I miss something please?

0 Kudos
1 Solution
IntelSupport
Community Manager
684 Views

Hello Thib,


Thank you for posting your question on this Intel® Community.


For inquiries about OpenVINO™ Toolkit, please submit a ticket at Online Service Center.

https://supporttickets.intel.com/servicecenter?lang=en-US


For more information, please refer to the following support article: How to Create a Support Request at the Online Service Center

https://software.intel.com/content/www/us/en/develop/articles/how-to-create-a-support-request-at-online-service-center.html


You may also post your question on the Intel® Distribution of OpenVINO™ Toolkit forum

https://community.intel.com/t5/Intel-Distribution-of-OpenVINO/bd-p/distribution-openvino-toolkit


We will close this inquiry. If you need any further assistance with other issues or inquiries, please post a new question. We will be glad to help you.


Wanner G.

Intel Customer Support Technician


View solution in original post

0 Kudos
1 Reply
IntelSupport
Community Manager
685 Views

Hello Thib,


Thank you for posting your question on this Intel® Community.


For inquiries about OpenVINO™ Toolkit, please submit a ticket at Online Service Center.

https://supporttickets.intel.com/servicecenter?lang=en-US


For more information, please refer to the following support article: How to Create a Support Request at the Online Service Center

https://software.intel.com/content/www/us/en/develop/articles/how-to-create-a-support-request-at-online-service-center.html


You may also post your question on the Intel® Distribution of OpenVINO™ Toolkit forum

https://community.intel.com/t5/Intel-Distribution-of-OpenVINO/bd-p/distribution-openvino-toolkit


We will close this inquiry. If you need any further assistance with other issues or inquiries, please post a new question. We will be glad to help you.


Wanner G.

Intel Customer Support Technician


0 Kudos
Reply