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.

NCSDK2 installation Error

idata
Employee
800 Views

My system is ubuntu16.04 LTS, I just tried to install NCSDK2 and got an error during the step2 "make install", I installed NCSDK2 follow these steps:

 

1.download the ncsdk.tar from https://github.com/movidius/ncsdk.

 

2.decompression the ncsdk.tar

 

3.cd the ncsdk setup package position.

 

4.sudo make install (also tried use root user to make install )

 

the error showed "cannot install caffe ssd", then I tried to modified the ncsdk.conf document(remove the caffe setup option) in the setup package and add the PYTHONPATH in the system file , but it cannot work.

 

I also tried to install NCSDK2 online, but it showed that lack many install packages.
0 Kudos
2 Replies
idata
Employee
497 Views

Hi @xzarf

 

Could you try the following commands to download and install the ncsdk2 (v2.08)? Please copy/paste the full error you are seeing.

 

git clone -b ncsdk2 https://github.com/movidius/ncsdk.git cd ncsdk make install

 

Regards,

 

Jesus
0 Kudos
idata
Employee
497 Views

thanks Jesus, the problem has been solved.

0 Kudos
Reply