1

enter image description here

I am not able to install tensorflow on windows, the pip is working correctly but still this issues is there ..

Suman
  • 109
  • 2
  • 7
  • Which version of Python are you using? TensorFlow on Windows requires the **64-bit version** of Python **3.5**. – mrry Nov 29 '16 at 16:39

3 Answers3

0

i was solved same problems, look this image Screenshoot of Problem before cuntinue, you maybe look at this requirement : Python 3.5 & Windows64 bit, check out this on python site. at least, before i wuse 2.7th version of Python (maybe later for ure version)..

I uninstall a previously python version, and install a 3.5.2 version and this link for download

Finally it's done this Screenshoot Was Solved

I hope this answer will help u to resolve.. best regards :)

Pauls
  • 1
  • 1
0

Firstly, make sure you've got Python 3.5.2 (64-bit version) installed on your computer, which you can do it here. Then, add its path to your environment variable, the path may look something like *C:\Users\username\AppData\Local\Programs\Python\Python35*. After you've followed these steps try to install TensorFlow via PIP.

Note - TensorFlow supports only 64-bit Python 3.5 on Windows.

shadow
  • 21
  • 1
  • 7
0

Thanks this worked. Python 3.5.2 and pip 9.0.1