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.

make examples not working

idata
Employee
916 Views

Hello,

 

I am facing ana error .No module named mvc. Please see the error log

 

Traceback (most recent call last): File "/usr/local/bin/mvNCCompile", line 25, in <module> from Models.Blob import * File "/usr/local/bin/ncsdk/Models/Blob.py", line 19, in <module> from Controllers.MiscIO import * File "/usr/local/bin/ncsdk/Controllers/MiscIO.py", line 34, in <module> from mvnc import mvncapi ModuleNotFoundError: No module named 'mvnc' Makefile:80: recipe for target 'compile' failed make[4]: *** [compile] Error 1 make[4]: Leaving directory '/home/gaurav/Desktop/ncs/ncsdk/examples/caffe/GoogLeNet' cp: cannot stat '../../caffe/GoogLeNet/graph': No such file or directory Makefile:9: recipe for target 'googlenet' failed make[3]: *** [googlenet] Error 1 make[3]: Leaving directory '/home/gaurav/Desktop/ncs/ncsdk/examples/apps/multistick_cpp' Makefile:12: recipe for target 'multistick_cpp/.' failed make[2]: *** [multistick_cpp/.] Error 2 make[2]: Leaving directory '/home/gaurav/Desktop/ncs/ncsdk/examples/apps' Makefile:12: recipe for target 'apps/.' failed make[1]: *** [apps/.] Error 2 make[1]: Leaving directory '/home/gaurav/Desktop/ncs/ncsdk/examples' Makefile:51: recipe for target 'examples' failed make: *** [examples] Error 2
0 Kudos
5 Replies
idata
Employee
577 Views

Same here, on Ubuntu 16.04

0 Kudos
idata
Employee
577 Views

@gauravmoon Can you check for any errors during "make install" ? Also an issue can be the PYTHONPATH env. variable and you need to open another console after make install finishes.

 

Please try this and report if you observe any other error.
0 Kudos
idata
Employee
577 Views

possibly the issue is due to existing anaconda3 and OpenCV installation. I had a spare laptop so I reinstalled Ubuntu 1604 and then installed movidius sdk from Github. Things are fine now. Though if I try to install anaconda everything messes up.

0 Kudos
idata
Employee
577 Views

@Simsim Did you also solve your problem? I will suggest also to run additional sudo apt-get update after a clean Ubuntu 16.04 to avoid any dependency related problems. Tested and both "make install" and "make examples" went ok with NCS plugged in.

0 Kudos
idata
Employee
577 Views

@gauravmoon I also can confirm that anaconda and NCS Toolkit are incompatible. Even ncsdk "make install" fails when anaconda exists in the system but after removing it everything went fine.

0 Kudos
Reply