Intel® Distribution of OpenVINO™ Toolkit
Community assistance about the Intel® Distribution of OpenVINO™ toolkit, OpenCV, and all aspects of computer vision-related on Intel® platforms.

ImportError when run the demo

Kai_X_Intel
Employee
371 Views

try to run the demo but found this ImportError, should I install some dependent packages in advance? thanks!

sudo python3 classification_sample.py  -m /opt/intel/computer_vision_sdk/deployment_tools/model_optimizer/googlenet-v2.xml -i ./Felis_catus-cat_on_snow.jpg  -d MYRIAD
Traceback (most recent call last):
  File "classification_sample.py", line 25, in <module>
    from openvino.inference_engine import IENetwork, IEPlugin
ImportError: No module named 'openvino'

0 Kudos
2 Replies
Kai_X_Intel
Employee
371 Views

fixed. it's the dir permission issue

0 Kudos
Chan__William
Beginner
371 Views

hi Kai X

can u tell me how u fixed it?

thanks

0 Kudos
Reply