无法在Windows10上使用python --version 3.5.3安装tenserflow。 (64位)
尝试安装TensorFlow无法在Windows10上使用python --version 3.5.3安装tenserflow。 (64位)
与本地PIP安装
错误:
C:\Users\Sourav>pip3 install --upgrade tensorflow
Collecting tensorflow
Could not find a version that satisfies the requirement tensorflow (from versions:)
No matching distribution found for tensorflow
与蟒蛇
安装尔ROR:
C:\Users\Sourav>activate tensorflow
(tensorflow) C:\Users\Sourav>pip install --ignore-installed --upgrade https://storage.googleapis.com/tensorflow/windows/cpu/tensorflow-1.1.0-cp35-cp35m-win_amd64.whl
tensorflow-1.1.0-cp35-cp35m-win_amd64.whl is not a supported wheel on this platform.
(tensorflow) C:\Users\Sourav>pip install tensorflow
Collecting tensorflow
Could not find a version that satisfies the requirement tensorflow (from versions:)
No matching distribution found for tensorflow
据谷歌,你可能有一个旧版本的点子,尽量第一
pip install --upgrade pip
尝试:
pip3 install tensorflow
或
pip install tensorflow
而且,我推荐使用anaconda包控制系统,使用方便。你可以从那里安装tensorflow:
conda install tensorflow
此外,您可以直接写信给Google员工在这里https://github.com/tensorflow/tensorflow
我试过.. pip3安装tensorflow,但同样的错误 – SrGrace
尝试anaconda或看看这里:https://www.tensorflow.org/install/install_windows – Paddy
仍然没有运气。 ..(tensorflow)C:\ Users \ Sourav> pip install --ignore-installed --upgrade https://storage.googleapis.com/tensorflow/windows/cpu/tensorflow-1.0.0-cp35-cp35m-win_amd64。 whl tensorflow-1.0.0-cp35-cp35m-win_amd64.whl在此平台上不受支持。 (tensorflow)C:\用户\ Sourav> PIP安装tensorflow 收集tensorflow 找不到满足要求tensorflow(从版本:)版本 未发现tensorflow – SrGrace
如果您正在尝试安装它,为什么要提供'--upgrade'开关? –
在tenserflow的官方网站上这样说。 – SrGrace
顺便说一句我尝试pip3安装tensorflow,但同样的错误 – SrGrace