Python 官方文档:入门教程 => 点击学习
在PyCharm中使用pip install Tensorflow安装tensorflow时报错: ERROR: Could not find a version that satisfies the
在PyCharm中使用pip install Tensorflow
安装tensorflow时报错:
ERROR: Could not find a version that satisfies the requirement tensorflow(from versions: none)ERROR: No matching distribution found for tensorflow
搜了好多帖子有的说可能是网络的问题,需要换国内的镜像源来下载,于是改用清华源:
pip install -i https://pypi.tuna.tsinghua.edu.cn/simple tensorflow
依旧没用,折腾了好久,才发现我目前的python版本是python3.8(32位)的,可能是tensorflow对Python3.8还不支持,所以得降低python版本(好像也必须是64位的)!
之后卸载了Python3.8,重装了Python3.6(64位)【卸载重装教程指路:python最详细的安装与完全卸载】
这篇文章里最开始也有提示(看到的时候我一整个大裂开,这雷踩得扎扎实实):
再使用清华源安装就可以啦!
如果还是报错的话,建议安装前先升级一下pip:
python -m pip install -U pip
之后再安装tensorflow应该就可以了。
还有一种方法是安装指定版本的tensorflow,因我前面就安装成功了就没有尝试,如果前面不行的话,也可试试这种方法。
来源地址:https://blog.csdn.net/weixin_45041745/article/details/127843730
--结束END--
本文标题: Python安装tensorflow过程中出现“No matching distribution found for tensorflow”的解决办法
本文链接: https://lsjlt.com/news/415670.html(转载时请注明来源链接)
有问题或投稿请发送至: 邮箱/279061341@qq.com QQ/279061341
2024-03-01
2024-03-01
2024-03-01
2024-02-29
2024-02-29
2024-02-29
2024-02-29
2024-02-29
2024-02-29
2024-02-29
回答
回答
回答
回答
回答
回答
回答
回答
回答
回答
0