0

pip install tensorflow

Collecting tensorflow

Could not find a version that satisfies the requirement tensorflow (from versions: ) No matching distribution found for tensorflow

For info I am using Window 10 and Python 3.5.2 please help

  • 1
    Are you using this tutorial (https://www.tensorflow.org/install/install_windows) ? It says you should rather use 'pip3 install --upgrade tensorflow' or ' pip3 install --upgrade tensorflow-gpu' – gdelab May 05 '17 at 08:50
  • Did it solve your problem ? – gdelab May 05 '17 at 12:47
  • No, >pip3 install --upgrade tensorflow 'pip3' is not recognized as an internal or external command, operable program or batch file. – Sudhir Kumar Shahu May 06 '17 at 10:45
  • C:\Users\Sudhit>pip install --ignore-installed --upgrade https://storage.googleapis.com/tensorflow/windows/cpu/tensorflow-1.1.0-cp34-cp34m-window.whl tensorflow-1.1.0-cp34-cp34m-window.whl is not a supported wheel on this platform. How will I know which will be supported wheel for my platform? – Sudhir Kumar Shahu May 06 '17 at 11:43
  • Are you using python2 or 3 ? Apparently tensor flow only works for python3 on windows for some reason... – gdelab May 06 '17 at 23:32
  • I am using python 3.5.2 – Sudhir Kumar Shahu May 07 '17 at 03:38
  • This question has already an answer. Look https://stackoverflow.com/a/42596864/6560462 – Masoud Ghaderi Feb 20 '18 at 13:44
  • This question has already an answer. Look https://stackoverflow.com/a/42596864/6560462 – Masoud Ghaderi Feb 20 '18 at 13:45

0 Answers0