V
V
vldm2017-09-05 00:28:45
Software and Internet Services
vldm, 2017-09-05 00:28:45

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

The command with manual link input:
pip install --upgrade https://storage.googleapis.com/tensorflow/windows/...
gives this:
tensorflow_gpu-0.12.1-cp35-cp35m-win_amd64.whl is not a supported wheel on this platform.

I tried to download the file to disk and call from there the error is the same as with a remote request.
I don't know what to do anymore.
I went through other distributions like mac and the installation of the poppy began, but I interrupted it.

Answer the question

In order to leave comments, you need to log in

2 answer(s)
D
Dimonchik, 2017-09-05
@dimonchik2013

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

D
Daniil Smirnov, 2017-10-09
@antonsosnitzkij

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 question

Ask a Question

731 491 924 answers to any question