Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

pip install ssl -error #11450

Closed
1 task done
BjornSovad opened this issue Sep 16, 2022 · 1 comment
Closed
1 task done

pip install ssl -error #11450

BjornSovad opened this issue Sep 16, 2022 · 1 comment
Labels
type: bug A confirmed bug or unintended behavior

Comments

@BjornSovad
Copy link

BjornSovad commented Sep 16, 2022

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

@BjornSovad BjornSovad added S: needs triage Issues/PRs that need to be triaged type: bug A confirmed bug or unintended behavior labels Sep 16, 2022
@BjornSovad BjornSovad changed the title SSLError(SSLError(1, '[SSL: WRONG_VERSION_NUMBER] wrong version number (_ssl.c:1129)')) pip install ssl -error Sep 16, 2022
@uranusjr
Copy link
Member

uranusjr commented 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.

@uranusjr uranusjr closed this as not planned Won't fix, can't repro, duplicate, stale Sep 16, 2022
@pradyunsg pradyunsg removed the S: needs triage Issues/PRs that need to be triaged label Sep 16, 2022
@github-actions github-actions bot locked as resolved and limited conversation to collaborators Oct 17, 2022
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
type: bug A confirmed bug or unintended behavior
Projects
None yet
Development

No branches or pull requests

3 participants