-
Notifications
You must be signed in to change notification settings - Fork 165
ImportError: No module named 'openvino' #33
Comments
First, check your version of OpenVINO. 2019 R1 $ cd ~
$ nano .bashrc
source /opt/intel/openvino/bin/setupvars.sh
$ source .bashrc 2018 R5 $ cd ~
$ nano .bashrc
source /opt/intel/computer_vision_sdk/bin/setupvars.sh
$ source .bashrc |
$ source ~/.bashrc |
Do not use the super user. (#) |
$ echo $PYTHONPATH |
I'm also met the problem. Have you already solve the problem? |
I may already find the bugs, on the 2019 R1 version ,the openvino module is included by the armv7l, should import openvino by from armv7l.openvino.inference_engine import IENetwork, IEPlugin |
I also solved this problem as you said, think you very much! |
Fixed by 677b5a9 |
Fixed! Thanks |
Hi all, I made a Debian package for OpenVINO RPi, and it can be installed by the following steps:
For more details, please refer to https://github.com/DT42/BerryNet-repo |
Jetson TX2 also met the problem, but can't solve by from armv7l.openvino.inference_engine import IENetwork, IEPlugin both can't work. |
Having a trouble in installing
but failed Can you please clarify how you did install armv7l? |
@SpursLipu Can you plz clarify how did you get |
[Required] Your device (RaspberryPi3, LaptopPC, or other device name): RaspberryPi3
[Required] Your device's CPU architecture (armv7l, x86_64, or other architecture name): arm
ありがとうございました
I have already configurated environment in RaspberryPi3 with OpenVINO, but when I ran program of YOLO, this error "ImportError: No module named 'openvino" always occurred. Do you know how to solve this error? Thank you
The text was updated successfully, but these errors were encountered: