无法通过Pycharm设置安装软件包

时间:2019-07-22 03:11:24

标签: python pandas pip pycharm

它始于上周左右。直到现在我都没有注意。问题是,我无法安装任何软件包,即使是基本软件包也无法安装,例如pandas,numpy等。某些新软件包,即使成功安装,也无法安装在pycharm中。所有这些软件包在星期四之前都可以正常工作。现在,我收到有关失败的详细信息的以下消息:

Collecting pandas

  Retrying (Retry(total=4, connect=None, read=None, redirect=None, status=None)) after connection broken by 'NewConnectionError('<pip._vendor.urllib3.connection.VerifiedHTTPSConnection object at 0x0000020EDCEE6278>: Failed to establish a new connection: [Errno 11001] getaddrinfo failed')': /simple/pandas/

  Retrying (Retry(total=3, connect=None, read=None, redirect=None, status=None)) after connection broken by 'NewConnectionError('<pip._vendor.urllib3.connection.VerifiedHTTPSConnection object at 0x0000020EDCE48668>: Failed to establish a new connection: [Errno 11001] getaddrinfo failed')': /simple/pandas/

  Retrying (Retry(total=2, connect=None, read=None, redirect=None, status=None)) after connection broken by 'NewConnectionError('<pip._vendor.urllib3.connection.VerifiedHTTPSConnection object at 0x0000020EDCE48630>: Failed to establish a new connection: [Errno 11001] getaddrinfo failed')': /simple/pandas/

  Retrying (Retry(total=1, connect=None, read=None, redirect=None, status=None)) after connection broken by 'NewConnectionError('<pip._vendor.urllib3.connection.VerifiedHTTPSConnection object at 0x0000020EDCE48C50>: Failed to establish a new connection: [Errno 11001] getaddrinfo failed')': /simple/pandas/

  Retrying (Retry(total=0, connect=None, read=None, redirect=None, status=None)) after connection broken by 'NewConnectionError('<pip._vendor.urllib3.connection.VerifiedHTTPSConnection object at 0x0000020EDC351668>: Failed to establish a new connection: [Errno 11001] getaddrinfo failed')': /simple/pandas/

  Could not find a version that satisfies the requirement pandas (from versions: )
No matching distribution found for pandas

0 个答案:

没有答案