Answer the question
In order to leave comments, you need to log in
TensorFlow Win10 GPU how to install via pip'e?
I've been going through the TensorFlow installation commands through a pipe for an hour now.
pip 9.0.1 python 3.6
Need to install TensorFlow for GPU learning on WIN10.
The standard command described in the manual: pip install tensorflow-gpu produces:
Collecting tensorflow-gpu
Could not find a version that satisfies the requirement tensorflow-gpu (from versions: )
No matching distribution found for tensorflow-gpu
tensorflow_gpu-0.12.1-cp35-cp35m-win_amd64.whl is not a supported wheel on this platform.
Answer the question
In order to leave comments, you need to log in
pip 9.0.1 python 3.6
tensorflow_gpu-0.12.1-cp
35 -cp 35 m -win_amd64.whl is not a supported wheel on this platform
I met the same problem, I solved it like this: download the whl file https://storage.googleapis.com/tensorflow/mac/cpu/...
Launched the command line as administrator and went to the directory with the pip3 file install <file name>
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question