Umgebung OS Name Microsoft Windows 10 Enterprise Python 3.8.3 pip 20.1.1 Das heutige Datum 2020-10-8
Nach der Installation des Python-Pakets mit pip auf Ihrem Firmencomputer
There was a problem confirming the ssl certificate Ich habe den Fehler bekommen.
pip install --trusted-host pypi.org --trusted-host files.pythonhosted.org analytics-mayhem-adobe
Dann konnte ich das Paket sicher installieren.
---------------
Voller Fehler
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