-
Notifications
You must be signed in to change notification settings - Fork 3k
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 20.3 https://pypi.org SSLError WRONG_VERSION_NUMBER #9223
Comments
|
I got same issue too. Many of package were not able install and only install from download as zip. Environment: |
I've also got the same issue, trying to install ax-platform: Environmentpip version: 20.3.1 |
I got the same error as the original person @SandorSzalma1 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:1108)'))': /simple/pip/ pip version 20.3.1 (and 20.3) Rolled back to pip 20.2.4 |
It is the bug from pip version 20.3.x (I had problem with both 20.3.1 and 20.3.3). Rolled back to pip 20.2.4 as suggested by @julianebeli will fix the problem. Just one point to add here is how to roll back to 20.2.4 which is also quite tricky since you can not run Hope this help. |
This is not a bug. pip (actually urllib3 underneath) is now more strict on how a proxy is configured. Closing this as a duplicate of #9216 so people know where to look when they encounter this particular error. Also see:
|
Environment
Description
pip install ibm_db does not work anymore as https://pypi.org cannot be reached anymore:
Expected behavior
the packages can be installed without issue
with pip version 20.2.4 it works fine
How to Reproduce
Output
The text was updated successfully, but these errors were encountered: