1

I am just about to install tensorflow to Anaconda environment, but I have some problems. Once I put the following command

pip install --ignore-installed --upgrade https://storage.googleapis.com/tensorflow/windows/gpu/tensorflow_gpu-1.0.0-cp35-cp35m-win_x86_64.whl

I get the error message: tensorflow_gpu_1.0.0-cp35-cp35m-win_x86_64.whl is not a supported wheel on this platform. Then I upgraded pip with this command:

pip install --upgrade pip

But nothing happened. I have python 3.5.2 and Anaconda 4.2.0 (64 bit).

Thanks in advance

Gergő Barta
  • 139
  • 1
  • 2
  • 8

2 Answers2

1

Install with amd64 instead of x86_64:

pip install --ignore-installed --upgrade https://storage.googleapis.com/tensorflow/windows/gpu/tensorflow_gpu-1.0.0-cp35-cp35m-win_amd64.whl

Dean Fenster
  • 2,345
  • 1
  • 18
  • 27
  • @Dean Fenster can you provide attention on my [question](http://stackoverflow.com/questions/42553860/tensorflow-install-failed-inside-anaconda-in-windows-machine) for a second. If you can help. – Ananda G Mar 02 '17 at 13:02
0

I had a similar error on pip install. Tried the above and lots of files downloaded. But at the end got this error: IOError: [Errno 2] No such file or directory: 'c:\users\oskars~1.rie\appdata\local\temp\pip-crhbnr-build\setup.py