【发布时间】:2018-09-09 05:43:56
【问题描述】:
我正在尝试使用 pip 安装 django,但我无法做到。有没有其他方法可以安装 Django。
我尝试如下。
pip install Django
但我收到以下错误。
Retrying (Retry(total=4, connect=None, read=None, redirect=None)) after
connection broken
by 'ConnectTimeoutError(<pip._vendor.requests.packages.urllib3.conne
ction.VerifiedHTTPSConnection object at 0x00000000041C8198>, 'Connection to
pypi.python.org timed out. (connect timeout=15)')': /simple/djando/
Retrying (Retry(total=3, connect=None, read=None, redirect=None)) after
connection broken by
'ConnectTimeoutError(<pip._vendor.requests.packages.urllib3.conne
ction.VerifiedHTTPSConnection object at 0x00000000041C8160>, 'Connection to
pypi.python.org timed out. (connect timeout=15)')': /simple/djando/
【问题讨论】:
-
对我来说似乎是互联网连接问题
-
不不,我的互联网连接非常强大,但无法正常工作。我只需要任何其他替代方法来安装 Django。
-
那么检查你的防火墙?某些东西阻止了 pip 访问互联网。