- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hi!
The following is a problem I have encountered, has been solved, written here for friends who need to refer to. My running platform is raspi, when I execute the samples, the prompt 'ImportError: No module named 'openvino', I have Executed 'xx/bin/setupvars.sh', in fact, another reason that raspi caused the failure to find 'openvino' is that the current system information, sys.path is missing a correct path, such as '/opt/ Intel/openvino/python/python3.5/armv7l', the default setting is '/opt/intel/openvino/python/python3.5', so 'ie_api.so' cannot be found, so the API provided by openvino cannot be used. of.
Link Copied
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
when run the .py, do not use[sudo]
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Dear zcd,
I answered your question in your other forum post
${PYTHONPATH}:/home/pi/inference_engine_vpu_arm/python/python3.5/armv7l
directory needs to get added to your PYTHONPATH, it has gone missing between 2018R5 and 2019R1 and will cause the modules to not be found.
Hope it helps,
Thanks !
Shubha

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