当前位置:   article > 正文

python pip install 安装包失败解决方法_a remote server error occurred when trying to retr

a remote server error occurred when trying to retrieve this url.

错误情况

基本上初学者,如果没有配置好镜像都会发生的问题。
尤其是在安装pytorch、tensorflow等深度学习框架。
像之前用了清华的镜像,但是发现可能版本过老之类不明原因总是无法正常连接、下载。
出现错误诸如:

CondaHTTPError: HTTP 502 BAD GATEWAY for url <http://mirrors.tuna.tsinghua.edu.cn/anaconda/pkgs/free/win-64/repodata.json>
  • 1
A remote server error occurred when trying to retrieve this URL.
  • 1
A 500-type error (e.g. 500, 501, 502, 503, etc.) indicates the server failed to
fulfill a valid request.  The problem may be spurious, and will resolve itself if you
try your request again.  If the problem persists, consider notifying the maintainer
of the remote server.
  • 1
  • 2
  • 3
  • 4

解决方法

正常情况下会推荐使用anaconda或者ide内一些特殊插件解决。
之前网上找到一个很好用的方法,是国内的豆瓣上传的package库
在terminal中断输入

pip install 想要安装的包名字 -i http://pypi.douban.com/simple/ --trusted-host pypi.douban.com
  • 1

基本上就可以在仅用国内网络的情况下安装大多数常用包

声明:本文内容由网友自发贡献,不代表【wpsshop博客】立场,版权归原作者所有,本站不承担相应法律责任。如您发现有侵权的内容,请联系我们。转载请注明出处:https://www.wpsshop.cn/w/繁依Fanyi0/article/detail/499028
推荐阅读
相关标签
  

闽ICP备14008679号