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

Error in installing SDK in Raspberry Pi. Couldn't find a supported tensorflow version,

idata
Employee
693 Views

My environment is Raspberry Pi 2 model B (ARMv7 processor).

 

NCSDK 1.10.00.

 

I tried make install on installing NCS SDK.

 

I encountered the same situation as the error described below.

 

"Couldn't find a supported tensorflow version, installing tensorflow v1.3.0"

 

https://ncsforum.movidius.com/discussion/308/installation-error-on-sdk-1-09-00-fails-to-find-install-tensorflow

 

I follow the above discussion, I tried make install as a non-root user, but sudo will be executed automatically during make install.

 

So I separately downloaded Tensorflow and installed version 1.3.0 whl for Raspberry PI2 (ARMv7) from the following.

 

https://github.com/DeftWork/rpi-tensorflow/

 

wget https://github.com/DeftWork/rpi-tensorflow/raw/master/tensorflow-1.3.0-cp27-none-linux_armv7l.whl

 

sudo pip install tensorflow-1.3.0-cp27-none-linux_armv7l.whl

 

And I edited SDK file, ncsdk/ncsdk.conf and changed it as follows.

 

INSTALL_TENSORFLOW = no

 

After changing, run make install again and setup is complete.

 

Is this the right way? Does something go wrong?

 

Do I need to use Tensorflow version 1.3.0?
0 Kudos
1 Reply
idata
Employee
376 Views

Additional information, My Raspberry Pi 2 is Ubuntu 16.04 LTS classic image.

0 Kudos
Reply