pip install tensorflow报错ERROR: Could not find a version that satisfies the requirement tensorflow (f

这篇具有很好参考价值的文章主要介绍了pip install tensorflow报错ERROR: Could not find a version that satisfies the requirement tensorflow (f。希望对大家有所帮助。如果存在错误或未考虑完全的地方,请大家不吝赐教,您也可以点击"举报违法"按钮提交疑问。

报错内容

pip install tensorflow报错ERROR: Could not find a version that satisfies the requirement tensorflow (f

pip3 install tensorflow

输入上述命令安装tensorflow后出现下面的报错

ERROR: Could not find a version that satisfies the requirement tensorflow (from versions: none)
ERROR: No matching distribution found for tensorflow

解决方法

直接上解决方法
先说我最终解决用的方法

pip3 install tensorflow-hub -i http://pypi.douban.com/simple/ --trusted-host pypi.douban.com

指定镜像源,使用豆瓣的镜像源进行下载。
还有其他的镜像源可供使用,我第一次用的镜像源是清华的镜像,但是更换之后还是安装失败,可能是由于pip3和-hub的原因,你们可以试试pip3和pip3…-hub,我这里由于疏忽,最后是换成豆瓣的之后就安装成功了,供你们参考一下

清华的镜像源(也可能因为我用的pip而不是pip3以及-hub的原因)
pip install tensorflow报错ERROR: Could not find a version that satisfies the requirement tensorflow (f
豆瓣的镜像(成功)
pip install tensorflow报错ERROR: Could not find a version that satisfies the requirement tensorflow (f

其他方法

方法一 升级pip的版本

python -m pip install --upgrade pip -i http://pypi.douban.com/simple/ --trusted-host pypi.douban.com

方法二 更换新的镜像再进行下载
清华镜像源:

pip3 install numpy -i https://pypi.tuna.tsinghua.edu.cn/simple

中国科学技术大学

pip3 install numpy -i https://pypi.mirrors.ustc.edu.cn/simple

豆瓣

pip3 install numpy -i http://pypi.douban.com/simple/

阿里

pip3 install numpy -i http://mirrors.aliyun.com/simple/

更换完镜像之后再进行pip3 install tensorflow安装

原因分析

下载的版本和配置的环境兼容问题导致的,有时候版本问题雀食挺令人头疼的。文章来源地址https://www.toymoban.com/news/detail-414954.html

到了这里,关于pip install tensorflow报错ERROR: Could not find a version that satisfies the requirement tensorflow (f的文章就介绍完了。如果您还想了解更多内容,请在右上角搜索TOY模板网以前的文章或继续浏览下面的相关文章,希望大家以后多多支持TOY模板网!

本文来自互联网用户投稿,该文观点仅代表作者本人,不代表本站立场。本站仅提供信息存储空间服务,不拥有所有权,不承担相关法律责任。如若转载,请注明出处: 如若内容造成侵权/违法违规/事实不符,请点击违法举报进行投诉反馈,一经查实,立即删除!

领支付宝红包 赞助服务器费用

相关文章

觉得文章有用就打赏一下文章作者

支付宝扫一扫打赏

博客赞助

微信扫一扫打赏

请作者喝杯咖啡吧~博客赞助

支付宝扫一扫领取红包,优惠每天领

二维码1

领取红包

二维码2

领红包