You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am trying to upgrade PIP and install new packages, however, every time I try, I get this message and all the installs fail. Please help.
WARNING: Retrying (Retry(total=n, connect=None, read=None, redirect=None, status=None)) after connection broken by 'NewConnectionError('<pip._vendor.urllib3.connection.HTTPSConnection object at 0x0000023F8B9628F0>: Failed to establish a new connection: [WinError 10061] No connection could be made because the target machine actively refused it')': /simple/numpy/
Expected behavior
Successful installation of new package
pip version
21.3.1
Python version
3.7 and 3.10 64-bit
OS
Windows 10 64-bit
How to Reproduce
pip install (output example shows attempt to install 'numpy')
Output
WARNING: Retrying (Retry(total=4, connect=None, read=None, redirect=None, status=None)) after connection broken by 'NewConnectionError('<pip._vendor.urllib3.connection.HTTPSConnection object at 0x000001E9C35328F0>: Failed to establish a new connection: [WinError 10061] No connection could be made because the target machine actively refused it')': /simple/numpy/WARNING: Retrying (Retry(total=3, connect=None, read=None, redirect=None, status=None)) after connection broken by 'NewConnectionError('<pip._vendor.urllib3.connection.HTTPSConnection object at 0x000001E9C3532770>: Failed to establish a new connection: [WinError 10061] No connection could be made because the target machine actively refused it')': /simple/numpy/WARNING: Retrying (Retry(total=2, connect=None, read=None, redirect=None, status=None)) after connection broken by 'NewConnectionError('<pip._vendor.urllib3.connection.HTTPSConnection object at 0x000001E9C3532350>: Failed to establish a new connection: [WinError 10061] No connection could be made because the target machine actively refused it')': /simple/numpy/WARNING: Retrying (Retry(total=1, connect=None, read=None, redirect=None, status=None)) after connection broken by 'NewConnectionError('<pip._vendor.urllib3.connection.HTTPSConnection object at 0x000001E9C3533370>: Failed to establish a new connection: [WinError 10061] No connection could be made because the target machine actively refused it')': /simple/numpy/WARNING: Retrying (Retry(total=0, connect=None, read=None, redirect=None, status=None)) after connection broken by 'NewConnectionError('<pip._vendor.urllib3.connection.HTTPSConnection object at 0x000001E9C3533580>: Failed to establish a new connection: [WinError 10061] No connection could be made because the target machine actively refused it')': /simple/numpy/ERROR: Could not find a version that satisfies the requirement numpy (from versions: none)ERROR: No matching distribution found for numpy
SSL issues are usually the result of enterprise firewalls, proxy misconfiguration or other environment issues (ie. it's not pip's fault). Given the lack of any follow up in ~2 years, this issue can safely be closed.
Description
I am trying to upgrade PIP and install new packages, however, every time I try, I get this message and all the installs fail. Please help.
WARNING: Retrying (Retry(total=n, connect=None, read=None, redirect=None, status=None)) after connection broken by 'NewConnectionError('<pip._vendor.urllib3.connection.HTTPSConnection object at 0x0000023F8B9628F0>: Failed to establish a new connection: [WinError 10061] No connection could be made because the target machine actively refused it')': /simple/numpy/
Expected behavior
Successful installation of new package
pip version
21.3.1
Python version
3.7 and 3.10 64-bit
OS
Windows 10 64-bit
How to Reproduce
pip install (output example shows attempt to install 'numpy')
Output
Code of Conduct
The text was updated successfully, but these errors were encountered: