- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hello. I'm trying to install OpenVino on my Raspberry Pi 4 with Bullseyes by following these steps: https://docs.openvino.ai/2022.3/openvino_docs_install_guides_installing_openvino_raspbian.html#step-2-install-external-software-dependencies. However, the python's version that I have is 3.11 and the requirement stated that it should be 3.7-3.10. I've tried to install python3.10 and activate a virtual environment, but after installation it said that OpenVino was not installed properly and therefore, not working. Can someone please help me with that?
2nd thing: I've installed OpenVino on my raspberry pi 2b and it was done. However, I've tried to install open model zoo but I have this error:
cmake -DCMAKE_BUILD_TYPE=Release .. -- The C compiler identification is GNU 12.2.0 -- The CXX compiler identification is GNU 12.2.0 -- Detecting C compiler ABI info -- Detecting C compiler ABI info - done -- Check for working C compiler: /usr/bin/cc - skipped -- Detecting C compile features -- Detecting C compile features - done -- Detecting CXX compiler ABI info -- Detecting CXX compiler ABI info - done -- Check for working CXX compiler: /usr/bin/c++ - skipped -- Detecting CXX compile features -- Detecting CXX compile features - done CMake Error at CMakeLists.txt:141 (find_package): By not providing "FindOpenCV.cmake" in CMAKE_MODULE_PATH this project has asked CMake to find a package configuration file provided by "OpenCV", but CMake did not find one. Could not find a package configuration file provided by "OpenCV" with any of the following names: OpenCVConfig.cmake opencv-config.cmake Add the installation prefix of "OpenCV" to CMAKE_PREFIX_PATH or set "OpenCV_DIR" to a directory containing one of the above files. If "OpenCV" provides a separate development package or SDK, be sure it has been installed. -- Configuring incomplete, errors occurred! See also "/home/pi/open_model_zoo-master/demos/build/CMakeFiles/CMakeOutput.log".
I would be grateful if someone could help me. Thank you
Link Copied
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hi Kerry_509,
Thank you for reaching out to us.
The installation issue may occur because of conflicts in the OpenVINO™ dependencies installation (step 5). The install_openvino_dependencies.sh file will install packages using apt, therefore activating Python virtual environment will not have any effect.
After checking the runtime package, I noticed that the openvino_2022.3.1/python/ folder only contains Python3.7 and Python3.9. Could you try to install Python 3.9, set it as the default, and re-install OpenVINO™ again?
For the second error regarding Open Model Zoo, the error is caused because CMake was unable to find OpenCV. Ensure you have installed OpenCV and export the OpenCV_DIR variable with the path of the OpenCV folder containing the OpenCVConfig.cmake file.
If you are still facing issues, please share with us the error messages (with screenshots) and at which steps the installation failed.
Regards,
Megat
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hi Kerry_509,
Thank you for your question. This thread will no longer be monitored since we have provided a suggestion. If you need additional information from Intel, please submit a new question.
Regards,
Megat

- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page