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