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.
6404 Discussions

Movidius Installation problems I just can't get to install

idata
Employee
1,500 Views

Is there anyway to install 64-bit PC (AMD64) desktop ubuntu image? Tensorflow seems to want 64 bit version otherwise it fails. The other image is 32-bit PC (i386) desktop image and Tensorflow won't work. I have been at for two days now I really need some help. I would love to be able to use this product.

 

Reading installer configuration variables from ./ncsdk.conf

 

Your current combination of Linux distribution and distribution version is not officially supported! Error on line 42. Will exit

 

Makefile:47: recipe for target 'install' failed

 

make: *** [install] Error 1
0 Kudos
1 Reply
idata
Employee
969 Views

Twice the wrong version of Ubuntu OS, first time 32 bit the second time version 18.x. Modified the installation install.sh to be 18.04 instead 16.04 and everything worked fine

 

if [ "${OS_DISTRO,,}" = "ubuntu" ] && [ ${OS_VERSION} = 1604 ]; then

 

[ "${VERBOSE}" = "yes" ] && echo "Installing on Ubuntu 16.04"

 

Modified too

 

if [ "${OS_DISTRO,,}" = "ubuntu" ] && [ ${OS_VERSION} = 1804 ]; then

 

[ "${VERBOSE}" = "yes" ] && echo "Installing on Ubuntu 18.04"
0 Kudos
Reply