Hi, I’m a new learner for python. I am trying to download numpy, however, every time I try, I get this message and all the installs fail.
WARNING: Retrying (Retry(total=4, connect=None, read=None, redirect=None, status=None)) after connection broken by 'ProxyError('Cannot connect to proxy.', NewConnectionError('<pip._vendor.urllib3.connection.HTTPSConnection object at 0x0000021FD5162BA0>: 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 'ProxyError('Cannot connect to proxy.', NewConnectionError('<pip._vendor.urllib3.connection.HTTPSConnection object at 0x0000021FD510BB10>: 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 'ProxyError('Cannot connect to proxy.', NewConnectionError('<pip._vendor.urllib3.connection.HTTPSConnection object at 0x0000021FD510BC50>: 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 'ProxyError('Cannot connect to proxy.', NewConnectionError('<pip._vendor.urllib3.connection.HTTPSConnection object at 0x0000021FD510BD90>: 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 'ProxyError('Cannot connect to proxy.', NewConnectionError('<pip._vendor.urllib3.connection.HTTPSConnection object at 0x0000021FD510BED0>: 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
And this is the code I used py -m pip install numpy
on my command prompt.
My python version is 3.13.1, and pip version is pip 24.3.1.
What should I do to solve this problem? Please help
submitted by /u/Altruistic_Leg_4295
[link] [comments]
r/learnpython Hi, I’m a new learner for python. I am trying to download numpy, however, every time I try, I get this message and all the installs fail. WARNING: Retrying (Retry(total=4, connect=None, read=None, redirect=None, status=None)) after connection broken by ‘ProxyError(‘Cannot connect to proxy.’, NewConnectionError(‘<pip._vendor.urllib3.connection.HTTPSConnection object at 0x0000021FD5162BA0>: 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 ‘ProxyError(‘Cannot connect to proxy.’, NewConnectionError(‘<pip._vendor.urllib3.connection.HTTPSConnection object at 0x0000021FD510BB10>: 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 ‘ProxyError(‘Cannot connect to proxy.’, NewConnectionError(‘<pip._vendor.urllib3.connection.HTTPSConnection object at 0x0000021FD510BC50>: 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 ‘ProxyError(‘Cannot connect to proxy.’, NewConnectionError(‘<pip._vendor.urllib3.connection.HTTPSConnection object at 0x0000021FD510BD90>: 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 ‘ProxyError(‘Cannot connect to proxy.’, NewConnectionError(‘<pip._vendor.urllib3.connection.HTTPSConnection object at 0x0000021FD510BED0>: 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 And this is the code I used py -m pip install numpyon my command prompt. My python version is 3.13.1, and pip version is pip 24.3.1. What should I do to solve this problem? Please help submitted by /u/Altruistic_Leg_4295 [link] [comments]
Hi, I’m a new learner for python. I am trying to download numpy, however, every time I try, I get this message and all the installs fail.
WARNING: Retrying (Retry(total=4, connect=None, read=None, redirect=None, status=None)) after connection broken by 'ProxyError('Cannot connect to proxy.', NewConnectionError('<pip._vendor.urllib3.connection.HTTPSConnection object at 0x0000021FD5162BA0>: 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 'ProxyError('Cannot connect to proxy.', NewConnectionError('<pip._vendor.urllib3.connection.HTTPSConnection object at 0x0000021FD510BB10>: 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 'ProxyError('Cannot connect to proxy.', NewConnectionError('<pip._vendor.urllib3.connection.HTTPSConnection object at 0x0000021FD510BC50>: 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 'ProxyError('Cannot connect to proxy.', NewConnectionError('<pip._vendor.urllib3.connection.HTTPSConnection object at 0x0000021FD510BD90>: 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 'ProxyError('Cannot connect to proxy.', NewConnectionError('<pip._vendor.urllib3.connection.HTTPSConnection object at 0x0000021FD510BED0>: 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
And this is the code I used py -m pip install numpy
on my command prompt.
My python version is 3.13.1, and pip version is pip 24.3.1.
What should I do to solve this problem? Please help
submitted by /u/Altruistic_Leg_4295
[link] [comments]