使用pip3 install tensorflow安装tensorflow的时候,显示:
Collecting tensorflow
Could not find a version that satisfies the requirement tensorflow (from versions: ) No matching distribution found for tensorflow
网上查了一下,可以
1.检查一下python的位数 32位or64位 [可以点这个]
2.检查一下python的版本
activate tensorflow
python -V
我一开始显示的python版本为 3.7.1,
将python版本改成3.6.5就好了…orz…
截至(2018.10.31),TensorFlow似乎并不支持python3.7 ?
解决方法:可以在anaconda navigator中修改一下python的版本,图是我修改为3.6.5后的结果。

然后就可以安装了…

安装成功~

解决TensorFlow安装问题

本文详细介绍了在使用pip3 install tensorflow命令安装TensorFlow时遇到的问题及解决方案。主要问题为找不到满足要求的版本,通过调整Python版本从3.7.1到3.6.5成功解决了该问题。
8万+

被折叠的 条评论
为什么被折叠?



