简体   繁体   English

使用Python 3.6在Windows 64位上安装Tensorflow

[英]Tensorflow installation on Windows 64bit with Python 3.6

I'm trying to install Tensorflow on Windows 10 Pro 64 bit with Python 3.6 and pip 18.1 versions. 我正在尝试在具有Python 3.6和pip 18.1版本的Windows 10 Pro 64位上安装Tensorflow。 I followed the options given in similar posts and tried with 我遵循了类似帖子中给出的选项,并尝试了

  • pip3 install --upgrade tensorflow pip3 install-升级tensorflow

  • pip install --upgrade tensorflow pip install --upgrade张量流

Both options giving me the error, "Could not find a version that satisfies the requirement tensorflow (from versions: ) No matching distribution found for tensorflow" 这两个选项都给我一个错误,“找不到满足张量流需求的版本(来自版本:)找不到与张量流匹配的分布”

I also tried to install from the original wheel. 我也尝试从原始车轮安装。

which gave me the error, "tensorflow-0.12.0rc0-cp35-cp35m-win_amd64.whl is not a supported wheel on this platform." 这给了我错误,“该平台不支持tensorflow-0.12.0rc0-cp35-cp35m-win_amd64.whl”。

Appreciate any help to locate identify the issue here. 感谢您的帮助,以便在此处找到问题所在。

try pip install tensorflow instead of upgrade 尝试pip install tensorflow而不是升级

Reference https://www.tensorflow.org/install/ 参考https://www.tensorflow.org/install/

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM