Can someone will help me to install tensorflow on ubuntu 16.10 having python version 2.7?
Asked
Active
Viewed 364 times
0
-
sudo -H pip install tensorflow – chris Oct 06 '17 at 10:19
-
It is giving me an error stating " Could not find a version that satisfies the requirement tensorflow (from versions: ) No matching distribution found for tensorflow" – Tony Stark Oct 06 '17 at 10:28
-
Are you iron man? – Jie.Zhou Oct 06 '17 at 11:04
-
Try installing the wheel from 'https://storage.googleapis.com/tensorflow/linux/cpu/tensorflow-1.3.0-cp27-none-linux_x86_64.whl' assuming you are trying on x86. – NamrataB Oct 06 '17 at 12:48