-
Couldn't load subscription status.
- Fork 3.2k
Closed
Labels
project: vendored dependencyRelated to a vendored dependencyRelated to a vendored dependencyresolution: duplicateDuplicate of an existing issue/PRDuplicate of an existing issue/PR
Description
Environment
- pip version: 20.3
- Python version: 3.8.5
- OS: Windows 10
Description
pip install ibm_db does not work anymore as https://pypi.org cannot be reached anymore:
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:1123)'))': /simple/ibm-db/
Expected behavior
the packages can be installed without issue
with pip version 20.2.4 it works fine
How to Reproduce
conda create -n xxx python=3.8 pip
conda activate xxx
pip install ibm_db --verbose
Output
* https://pypi.org/simple/ibm-db/
Fetching project page and analyzing links: https://pypi.org/simple/ibm-db/
Getting page https://pypi.org/simple/ibm-db/
Found index url https://pypi.org/simple
Looking up "https://pypi.org/simple/ibm-db/" in the cache
Request header has "max_age" as 0, cache bypassed
Starting new HTTPS connection (1): pypi.org:443
Incremented Retry for (url='/simple/ibm-db/'): Retry(total=4, connect=None, read=None, redirect=None, status=None)
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:1123)'))': /simple/ibm-db/
akern40
Metadata
Metadata
Assignees
Labels
project: vendored dependencyRelated to a vendored dependencyRelated to a vendored dependencyresolution: duplicateDuplicate of an existing issue/PRDuplicate of an existing issue/PR