environnement OS Name Microsoft Windows 10 Enterprise Python 3.8.3 pip 20.1.1 Date d'aujourd'hui 2020-10-8
Après avoir installé le package Python avec pip sur l'ordinateur de votre entreprise,
There was a problem confirming the ssl certificate J'ai eu l'erreur.
pip install --trusted-host pypi.org --trusted-host files.pythonhosted.org analytics-mayhem-adobe
Ensuite, j'ai pu installer le package en toute sécurité.
---------------
Erreur complète
Could not fetch URL https://pypi.org/simple/analytics-mayhem-adobe/: There was a problem confirming the ssl certificate: HTTPSConnectionPool(host='pypi.org', port=443): Max retries exceeded with url: /simple/analytics-mayhem-adobe/ (Caused by SSLError(SSLCertVerificationError(1, '[SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed: unable to get local issuer certificate (_ssl.c:1108)'))) - skipping
ERROR: Could not find a version that satisfies the requirement analytics-mayhem-adobe (from versions: none)
ERROR: No matching distribution found for analytics-mayhem-adobe
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(SSLCertVerificationError(1, '[SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed: unable to get local issuer certificate (_ssl.c:1108)'))) - skipping
Recommended Posts