Skip to content Skip to sidebar Skip to footer

Tensorflow Installation Issue On Windows "tensorflow_gpu-0.12.0rc0-cp35-cp35m-win_amd64.whl Is Not A Supported Wheel On Th Is Platform."

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

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


Solution 2:


Solution 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.


Post a Comment for "Tensorflow Installation Issue On Windows "tensorflow_gpu-0.12.0rc0-cp35-cp35m-win_amd64.whl Is Not A Supported Wheel On Th Is Platform.""