我正在尝试在Windows上安装tensorflow.我有python3(3.5.2)和pip3(9.0.1):
<code>pip3 install --upgrade tensorflow Collecting tensorflow Could not find a version that satisfies the requirement tensorflow (from versions: ) No matching distribution found for tensorflow </code>
在这里也发现了这个问题:tensorflow not found in pip
但没有一个解决方案适合我.有任何想法吗?
解决方法:
在Python命令提示符下尝试以下操作:
<code>import platform platform.architecture()[0] </code>
它应该显示’64位’
仅拥有x86版本的Python是不够的.
我有同样的问题.以为我有64位安装,但结果是32位.
BTW.它也适用于Conda Python 3.6发行版.确实使用了Guillaume Jacquenot指出的Gohlke页面中的发行版.
【说明】:本文章由站长整理发布,文章内容不代表本站观点,如文中有侵权行为,请与本站客服联系(QQ:254677821)!