点子有什么问题?

时间:2019-03-27 16:53:50

标签: python pip

我正在尝试在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

2 个答案:

答案 0 :(得分:2)

欢迎使用Stackoverflow。

是否可能有一个不知道使用TLS(https)通信的pip的旧版本?找出您使用的版本

pip --version

您需要使用pip 9.0.3或更高版本。如果不是,则可以使用

解决问题
conda update pip

或者,也许您已经建立了一个pip无法使用或未使用的代理。

答案 1 :(得分:0)

在PC的命令行中,键入ping pypi.org,然后查看会发生什么。如果没有响应,则说明存在外部网络问题。如果有,请尝试

仅一次赋予pip提升的权限,以查看其是否有效。