- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
System: Ubuntu 16.04.5 LTS VM on a MacBook on OS X Mojave (SDK version 2.05.00.02)
When running make install
after unzipping the tar.gz file I get this error:
Checking whether tensorflow GPU version is installed...
You are using pip version 8.1.1, however version 18.0 is available.
You should consider upgrading via the 'pip install --upgrade pip' command.
Couldn't find a supported tensorflow version, installing tensorflow 1.7.0
Collecting tensorflow==1.7.0
Could not find a version that satisfies the requirement tensorflow==1.7.0 (from versions: )
No matching distribution found for tensorflow==1.7.0
You are using pip version 8.1.1, however version 18.0 is available.
You should consider upgrading via the 'pip install --upgrade pip' command.
Installation failed: Command 'sudo -H -E pip3 install --trusted-host files.pythonhosted.org tensorflow==1.7.0' return code=1. Error on line 308 in ./install-utilities.sh. Will exit
Makefile:47: recipe for target 'install' failed
make: *** [install] Error 131
Some reason I can't download tensorflow. Looking into this to see if I can come up with a workaround. Been blocked on this for a while now, so if anyone has any insights or suggestions lmk!
Thanks!
- Tags:
- Tensorflow
Link Copied
3 Replies
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Also further attempts to install tensor flow have been futile :(
taufiq@taufiq-VirtualBox:~/workspace2/ncsdk-2.05.00.02$ pip install tensorflow==1.7.0
Traceback (most recent call last):
File "/usr/bin/pip", line 9, in <module>
from pip import main
ImportError: cannot import name main
taufiq@taufiq-VirtualBox:~/workspace2/ncsdk-2.05.00.02$ python -m pip install tensorflow==1.7.0
Collecting tensorflow==1.7.0
Could not find a version that satisfies the requirement tensorflow==1.7.0 (from versions: )
No matching distribution found for tensorflow==1.7.0
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
@dhanani94
Please post all the logs below.
$ cat /etc/lsb-release
$ sudo pip2 install pip --upgrade
$ sudo pip3 install pip --upgrade
$ sudo pip2 uninstall tensorflow-gpu
$ sudo pip3 uninstall tensorflow-gpu
$ sudo pip2 install tensorflow==1.7
$ sudo pip3 install tensorflow==1.7
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
AWKWARD NOOB MISTAKE
Sorry guys, turns out I was using a 32 bit image not a 64 bit image. Followed the same steps again and alls well. I couldn't install tensorflow because they don't support 32bit architecture, duh.
Thanks for the help offer @PINTO
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