基于pip install django失败时的解决方法
使用pip安装Django时报错,先是:
C:\Users\admin>pipinstalldjango Collectingdjango Retrying(Retry(total=4,connect=None,read=None,redirect=None))afterconnectionbrokenby'ReadTimeoutError("HTTPSConnectionPool(host='pypi.python.org',port=443):Readtimedout.(readtimeout=15)",)':/simple/django/ Retrying(Retry(total=3,connect=None,read=None,redirect=None))afterconnectionbrokenby'ProxyError('Cannotconnecttoproxy.',timeout('_ssl.c:733:Thehandshakeoperationtimedout',))':/simple/django/ Retrying(Retry(total=2,connect=None,read=None,redirect=None))afterconnectionbrokenby'ProxyError('Cannotconnecttoproxy.',timeout('timedout',))':/simple/django/
之后开始下载后没多少就直接报错退出了,可以用下面的方法换源下载:
pipinstall-ihttps://pypi.douban.com/simpledjango
下载速度很快,成功!
以上这篇基于pipinstalldjango失败时的解决方法就是小编分享给大家的全部内容了,希望能给大家一个参考,也希望大家多多支持毛票票。