pip install django失败的解决方法 基于pip install django失败时的解决办法

软件发布|下载排行|最新软件

当前位置:首页IT学院IT技术

pip install django失败的解决方法 基于pip install django失败时的解决办法

言十六   2021-03-31 我要评论

使用pip安装Django时报错,先是:

C:\Users\admin>pip install django 
Collecting django 
 Retrying (Retry(total=4, connect=None, read=None, redirect=None)) after connection broken by 'ReadTimeoutError("HTTPSConnectionPool(host='pypi.python.org', port=443): Read timed out. (read timeout=15)",)': /simple/django/ 
 Retrying (Retry(total=3, connect=None, read=None, redirect=None)) after connection broken by 'ProxyError('Cannot connect to proxy.', timeout('_ssl.c:733: The handshake operation timed out',))': /simple/django/ 
 Retrying (Retry(total=2, connect=None, read=None, redirect=None)) after connection broken by 'ProxyError('Cannot connect to proxy.', timeout('timed out',))': /simple/django/ 

之后开始下载后没多少就直接报错退出了,可以用下面的方法换源下载:

pip install -i http://pypi.douban.com/simple django 

下载速度很快,成功!

以上这篇基于pip install django失败时的解决方法就是小编分享给大家的全部内容了,希望能给大家一个参考,也希望大家多多支持。

猜您喜欢

Copyright 2022 版权所有 软件发布 访问手机版

声明:所有软件和文章来自软件开发商或者作者 如有异议 请与本站联系 联系我们