- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hi,
I have followed the installation instruction for OpenVino on Raspberry Pi (https://software.intel.com/en-us/articles/OpenVINO-Install-RaspberryPI) and it works until I test OpenCV installation
It seems that Python does not link OpenCV correctly as I get the error:
- >>> import cv2
- Traceback (most recent call last):
- File "<stdin>", line 1, in <module>
- ImportError: No module named 'cv2'
My PYTHONPATH seems fine as per the script>
- echo $PYTHONPATH
- /home/pi/Downloads/inference_engine_vpu_arm/deployment_tools/model_optimizer:/home/pi/Downloads/inference_engine_vpu_arm/deployment_tools/model_optimizer:
Anyone who has succeeded in installing on Raspberry Pi and tweaked something from the instruction?
Thanks!
Link Copied
3 Replies
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
$ nano ~/.bashrc
### Add 1 row below
source /home/pi/inference_engine_vpu_arm/bin/setupvars.sh
$ source ~/.bashrc
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Please show the output of
cat /proc/cpuinfo
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Thank you for the responses. I finally decided to re-install Raspbian Stretch on a new SD card and installed the Desktop version without recommended software. The installation guide works without any issues.

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