[Tutor] PIP SSL Errno 11001
Krasicky, Luc
Luc.Krasicky at cibc.com
Thu Jun 6 18:01:27 EDT 2024
Hello,
I'm currently working on an issue I'm having with PIP. I am on windows 10 running PY version 3.12 with pip version 23.2.1. I am on a corporate computer in my office.
I cannot install packages. I run the command below and get the following error:
>pip install pandas
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 0x000002A771A2EDB0>: Failed to establish a new connection: [Errno 11001] getaddrinfo failed'))': /simple/pandas/
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 0x000002A771B914C0>: Failed to establish a new connection: [Errno 11001] getaddrinfo failed'))': /simple/pandas/
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 0x000002A772576CC0>: Failed to establish a new connection: [Errno 11001] getaddrinfo failed'))': /simple/pandas/
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 0x000002A772576F30>: Failed to establish a new connection: [Errno 11001] getaddrinfo failed'))': /simple/pandas/
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 0x000002A772577020>: Failed to establish a new connection: [Errno 11001] getaddrinfo failed'))': /simple/pandas/
ERROR: Could not find a version that satisfies the requirement pandas (from versions: none)
ERROR: No matching distribution found for pandas
I've done a couple of things to try and solve the issue, but still cannot. I tried running the below:
pip install --trusted-host pypi.org --trusted-host pypi.python.org --trusted-host files.pythonhosted.org numpy
I added a pip.ini file to the >AppData>Roaming>Pip that contains the following:
[global]
trusted-host = files.pythonhosted.org pypi.org pypi.python.org
proxy = myproxy (left this out for obvious reasons)
I also tried adding my user/password to the proxy.
Am I screwing up the format of my proxy? Do I need to somehow include my IP address?
I am not sure where to go from here. Please let me know if you have any ideas!
________________________________
This message, including any attachments, is intended only for the use of the individual(s) to which it is addressed and may contain information that is privileged/confidential. Any other distribution, copying or disclosure is strictly prohibited. If you are not the intended recipient or have received this message in error, please notify us immediately by reply email and permanently delete this message including any attachments, without reading it or making a copy.
You are receiving this email because our records show that you have a relationship with one or more of the CIBC Capital Markets lines of business of Canadian Imperial Bank of Commerce (CIBC) or CIBC World Markets Inc., which includes Investment and Corporate Banking and Global Markets. If you believe you are receiving this message in error or you no longer wish to receive electronic messages from us, you may unsubscribe<https://www.cibc.com/ca/unsubscribe/index.html?Data=KLInQhb5yMr03Q2BLXRYpuxlBQvKFUVTjgdlUOPoq-nM-7hNB0xszcGVEt61VaMTNYuSWVFDL7blLF-t5TwKJcN4wZh2wGYYFQj6bGbp8aQP6ume0DW6T89C27WLLNyi1CjOWY2ta_bViRYntLuS2EXLWc2MKj8YZTH6NkmbNr9jGfR8_5QXFFpF2O0LkMS84R6c6A-V-SNDi4__HbjhZrEOhagB2ahXGMzJq75i8HnoRX0PGprjkyzmhqMANRx9MP1uxLX-VU__s52Rj5D2ZU1vuEdJjOlw8btnN9ZBy0-koY7rVdY3519Ndtu_nFIsUd0ewPS770U3kpjtMc8aVUKrpZMJ_qO8fcWWpgQX36WViwzAbgJSU7Mxq3_a1pmKKoHEO9TVu2yrWrdXcP_sz81PGoqjPhtPZKC-wix3QgQSg50rK2TABho0uRXSOIHRi0znKn9kmk5uXd-6Kn__DLXiOHj9mWJN29F6a5Ner0eXQJ3Are6zbxyk27R8qAJSGIk0gXRw0lGUdgvoAWDebA==> at any time. If you experience challenges with the unsubscribe link, reply to this email with the Subject Line "Unsubscribe" and Cc: Mailbox.CASLUnsubscribe at cibc.com. Please note that by selecting unsubscribe, we will only be able to send you emails that are required or permitted by law. Our mailing address is : CIBC CASL Unsubscribe, CIBC Head Office, 81 Bay St., CIBC Square, Toronto, Ontario Canada M5J 0E7
More information about the Tutor
mailing list