【发布时间】:2019-03-27 16:53:50
【问题描述】:
我正在尝试在 anaconda 中安装库,但出现下一个错误(我尝试过的任何库:
Retrying (Retry(total=4, connect=None, read=None, redirect=None, status=None)) after connection broken by 'ConnectTimeoutError(<pip._vendor.urllib3.connection.VerifiedHTTPSConnection object at 0x00000000051CECC0>, 'Connection to pypi.org timed out. (connect timeout=15)')': /simple/worldcloud/
Retrying (Retry(total=3, connect=None, read=None, redirect=None, status=None)) after connection broken by 'ConnectTimeoutError(<pip._vendor.urllib3.connection.VerifiedHTTPSConnection object at 0x00000000051CEDA0>, 'Connection to pypi.org timed out. (connect timeout=15)')': /simple/worldcloud/
Retrying (Retry(total=2, connect=None, read=None, redirect=None, status=None)) after connection broken by 'ConnectTimeoutError(<pip._vendor.urllib3.connection.VerifiedHTTPSConnection object at 0x00000000051CEA90>, 'Connection to pypi.org timed out. (connect timeout=15)')': /simple/worldcloud/
我想知道这个问题是否有解决方案,或者在其他情况下,我是否可以通过其他方式下载和收费。
我使用的是 Windows 10 和 python 2.7
【问题讨论】:
-
请阅读此 (stackoverflow.com/help/mcve) 和此 (stackoverflow.com/help/how-to-ask)。特别是考虑到这个想法,写一个总结具体问题的标题 标题是潜在回答者首先会看到的,如果你的标题不有趣,他们不会阅读其余部分。所以让它变得重要 这个问题的编写方式并没有以一种快速且易于理解的方式描述您遇到的具体问题。