- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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?
Link Copied
1 Reply
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Additional information, My Raspberry Pi 2 is Ubuntu 16.04 LTS classic image.

Reply
Topic Options
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page