pip安装连接没有建立

时间:2017-07-11 22:07:25

标签: python windows pip anaconda

我正在运行pip install以及我尝试安装max retries的所有内容。我在Windows 10上使用Anaconda从一开始就安装了pip。我最近意外地运行了git clean并弄乱了我的文件,这可能与pip安装问题有关。 pip install确实可以使用.whl文件,所以我认为问题在于连接,但到目前为止我所尝试的内容几乎没有变化。

Retrying (Retry(total=4, connect=None, read=None, redirect=None)) after connection broken by 'NewConnectionError('<pip._vendor.requests.packages.urllib3.connection.VerifiedHTTPSConnection object at 0x0000000003763DA0>: Failed to establish a new connection: [Errno 10061] No connection could be made because the target machine actively refused it',)': /simple/pypdf2/      
Retrying (Retry(total=3, connect=None, read=None, redirect=None)) after connection broken by 'NewConnectionError('<pip._vendor.requests.packages.urllib3.connection.VerifiedHTTPSConnection object at 0x00000000037639B0>: Failed to establish a new connection: [Errno 10061] No connection could be made because the target machine actively refused it',)': /simple/pypdf2/
Retrying (Retry(total=2, connect=None, read=None, redirect=None)) after connection broken by 'NewConnectionError('<pip._vendor.requests.packages.urllib3.connection.VerifiedHTTPSConnection object at 0x0000000003763898>: Failed to establish a new connection: [Errno 10061] No connection could be made because the target machine actively refused it',)': /simple/pypdf2/
Retrying (Retry(total=1, connect=None, read=None, redirect=None)) after connection broken by 'NewConnectionError('<pip._vendor.requests.packages.urllib3.connection.VerifiedHTTPSConnection object at 0x00000000037637F0>: Failed to establish a new connection: [Errno 10061] No connection could be made because the target machine actively refused it',)': /simple/pypdf2/      
Retrying (Retry(total=0, connect=None, read=None, redirect=None)) after connection broken by 'NewConnectionError('<pip._vendor.requests.packages.urllib3.connection.VerifiedHTTPSConnection object at 0x0000000003763F60>: Failed to establish a new connection: [Errno 10061] No connection could be made because the target machine actively refused it',)': /simple/pypdf2/

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

在此先感谢,到目前为止,我刚刚从互联网上下载了所有软件包,这真的很痛苦,所以如果可以解决这个问题会很棒!

0 个答案:

没有答案