Tensorflow installation issue on windows “tensorfl

2019-08-03 23:41发布

问题:

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

回答1:

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 :)



回答2:

Thanks this worked. Python 3.5.2 and pip 9.0.1



回答3:

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.