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
Could not fetch URL https://pypi.org/simple/pip/: There was a problem confirming the ssl certificate: HTTPSConnectionPool(host='pypi.org', port=443): Max retries exceeded with url: /simple/pip/ (Caused by SSLError(SSLError(1, '[SSL: WRONG_VERSION_NUMBER] wrong version number (_ssl.c:1129)'))) - skipping
WARNING: Retrying (Retry(total=4, connect=None, read=None, redirect=None, status=None)) after connection broken by 'SSLError(SSLError(1, '[SSL: WRONG_VERSION_NUMBER] wrong version number (_ssl.c:1129)'))': /simple/math/
Are you able to download from PyPI with curl? Like curl https://pypi.org/simple/flask-bcrypt/
I'm not sure if I'm doing it correctly:
In the terminal I paste the above and it outputs a line of code
Pip tries to use the values from the HTTP_PROXY and HTTPS_PROXY environment variables, are these set? You can show the output of env | grep HTTP
How do I check this?
Is this in a typical home network or in an enterprise environment?
Before out university network for students has been the culprit but I have changed for the public network now and issue persists.
Has this always happened on this machine or did it start recently?
Recently
If this worked in the past, are you on the same network that you were on then?
The public one at my university.
Can you install any other packages?
Two weeks ago I could install seabourn, but it does not work now for math.
Hopw you can help.
Expected behavior
to install math in my ipynb-notebook.
pip version
21.2.4
Python version
Python3.9.7 - Anaconda Kernel
OS
Windows 10
How to Reproduce
trying to pip install math.
Error:
Could not fetch URL https://pypi.org/simple/math/: There was a problem confirming the ssl certificate: HTTPSConnectionPool(host='pypi.org', port=443): Max retries exceeded with url: /simple/math/ (Caused by SSLError(SSLError(1, '[SSL: WRONG_VERSION_NUMBER] wrong version number (_ssl.c:1129)'))) - skipping
BjornSovad
changed the title
SSLError(SSLError(1, '[SSL: WRONG_VERSION_NUMBER] wrong version number (_ssl.c:1129)'))
pip install ssl -error
Sep 16, 2022
This looks like a problem in your network, unfortunately, and there’s not much we can do. You should probably contact whoever is in charge of the network.
However, you don’t need to pip install math in the first place. math is a built-in module, and should be available simply with import math in Python code.
Description
Hi,
I have the issue when I try to pip install:
Could not fetch URL https://pypi.org/simple/pip/: There was a problem confirming the ssl certificate: HTTPSConnectionPool(host='pypi.org', port=443): Max retries exceeded with url: /simple/pip/ (Caused by SSLError(SSLError(1, '[SSL: WRONG_VERSION_NUMBER] wrong version number (_ssl.c:1129)'))) - skipping
WARNING: Retrying (Retry(total=4, connect=None, read=None, redirect=None, status=None)) after connection broken by 'SSLError(SSLError(1, '[SSL: WRONG_VERSION_NUMBER] wrong version number (_ssl.c:1129)'))': /simple/math/
To answer @chrahunt questions:
Are you able to download from PyPI with curl? Like curl https://pypi.org/simple/flask-bcrypt/
I'm not sure if I'm doing it correctly:
In the terminal I paste the above and it outputs a line of code
Pip tries to use the values from the HTTP_PROXY and HTTPS_PROXY environment variables, are these set? You can show the output of env | grep HTTP
How do I check this?
Is this in a typical home network or in an enterprise environment?
Before out university network for students has been the culprit but I have changed for the public network now and issue persists.
Has this always happened on this machine or did it start recently?
Recently
If this worked in the past, are you on the same network that you were on then?
The public one at my university.
Can you install any other packages?
Two weeks ago I could install seabourn, but it does not work now for math.
Hopw you can help.
Expected behavior
to install math in my ipynb-notebook.
pip version
21.2.4
Python version
Python3.9.7 - Anaconda Kernel
OS
Windows 10
How to Reproduce
trying to pip install math.
Error:
Could not fetch URL https://pypi.org/simple/math/: There was a problem confirming the ssl certificate: HTTPSConnectionPool(host='pypi.org', port=443): Max retries exceeded with url: /simple/math/ (Caused by SSLError(SSLError(1, '[SSL: WRONG_VERSION_NUMBER] wrong version number (_ssl.c:1129)'))) - skipping
Output
No response
Code of Conduct
The text was updated successfully, but these errors were encountered: