[PYTHON] SSL-Zertifikat im Zusammenhang mit der Pip-Installation? Error

pip installWenn ich es versuche, erhalte ich den folgenden Fehler.

pip is configured with locations that require TLS/SSL, however the ssl module in Python is not available.
Retrying (Retry(total=4, connect=None, read=None, redirect=None, status=None)) after connection broken by 'SSLError("Can't connect to HTTPS URL because the SSL module is not available.")': /simple/pip/
Retrying (Retry(total=3, connect=None, read=None, redirect=None, status=None)) after connection broken by 'SSLError("Can't connect to HTTPS URL because the SSL module is not available.")': /simple/pip/
Retrying (Retry(total=2, connect=None, read=None, redirect=None, status=None)) after connection broken by 'SSLError("Can't connect to HTTPS URL because the SSL module is not available.")': /simple/pip/
Retrying (Retry(total=1, connect=None, read=None, redirect=None, status=None)) after connection broken by 'SSLError("Can't connect to HTTPS URL because the SSL module is not available.")': /simple/pip/
Retrying (Retry(total=0, connect=None, read=None, redirect=None, status=None)) after connection broken by 'SSLError("Can't connect to HTTPS URL because the SSL module is not available.")': /simple/pip/
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("Can't connect to HTTPS URL because the SSL module is not available.")) - skipping
Requirement already up-to-date: pip in ./.anyenv/envs/pyenv/versions/3.7.3/lib/python3.7/site-packages (19.0.3)

Es sieht aus wie ein SSL-Fehler, daher werde ich versuchen, OpenSSL vorerst neu zu installieren.

brew install openssl

Aber nein. Sie können die vertrauenswürdige Einstellung nicht zu ~ / .pip / conf.pip hinzufügen.

Lösung

Die Neuinstallation von Python und pip löste das Problem. Ich habe Pyenv benutzt, also

pyenv install 3.8.0

pyenv global 3.8.0

curl -kL https://bootstrap.pypa.io/get-pip.py | python

Nach der Ausführung habe ich `` `pip install``` erneut ausgeführt und es hat gut funktioniert.

Es ist Moyamoya, aber es hat funktioniert, also lassen wir es so wie es ist. .. ..

Recommended Posts

SSL-Zertifikat im Zusammenhang mit der Pip-Installation? Error
Fehler bei der Pip-Installation
Ich habe einen SSL-bezogenen Fehler bei der Pip-Installation erhalten und ihn behoben.
Lesen Sie dies, wenn bei der Pip-Installation SSL-Fehler auftreten! !! !!
Fehler mit pip: Beim Bestätigen des SSL-Zertifikats ist ein Problem aufgetreten
Installieren Sie scikit.learn mit pip
Beseitigt SSL-Fehler bei der PIP-Installation unter Windows.
pip install ○○○ Fehler Befehl mit Exit-Status 1 fehlgeschlagen:
Wenn Moos mit Pip installieren
Installieren Sie das Github-Repository mit pip
Ein Memorandum, wenn bei der Pip-Installation ein Fehler auftritt
Installieren Sie Python 2.7.9 und Python 3.4.x mit pip.
Berechtigung mit pip install pyopenssl verweigert
So installieren Sie den MySQL-Connector mit pip3
Proxy-Fehler beim Ausführen von "pip install"
Umgang mit PermissionError [Fehler 1] von pip install -U pip unter macOS Sierra
Beim Versuch, maec 4.0.1.0 mit pip zu installieren, wird eine Fehlermeldung angezeigt
Lösung für Pip-Installationsfehler [Python] [Mac]
In pip install clang: error: unbekanntes Argument: '- mno-fused-madd'
Ich möchte eine Pip-Installation mit PythonAnywhere durchführen
Installieren Sie, indem Sie die Version mit pip angeben
Ich kann das Paket nicht mit pip installieren.
Lassen Sie uns box2d-py mit Windows 10 Environment Pip installieren
Maßnahmen, um SSL nicht mit Pycharm installieren oder importieren zu können
Dask kann unter Ub nicht mit pip auf Ubuntu installiert werden
Problemumgehung, wenn beim Versuch, PySide mit pip zu installieren, eine Fehlermeldung angezeigt wird
sudo pip installieren
Vermeiden, dass "'ascii' Codec nicht dekodieren kann" mit pip install
So behandeln Sie den Fehler "Kein Modul mit dem Namen '' '" in Jupyter Notebook | Install with! Pip!
Installieren Sie Pip und Pandas mit Ubuntu oder VScode
Schritte zum Installieren Ihrer eigenen Bibliothek mit pip
Für diejenigen, die Probleme mit einem Fehler haben, wenn pip xg boost installiert
Ich habe eine Fehlermeldung erhalten, als ich Pandas auf einem Mac installiert habe, also habe ich mich damit befasst
(CentOS) FEHLER: RMagick 4.0.0 kann nicht installiert werden. ImageMagick kann mit pkg-config nicht gefunden werden
Während der Bundle-Installation ist ein Fehler im Zusammenhang mit saas aufgetreten
Umgang mit Pip und damit verbundenen Installationsfehlern unter Ubuntu 18.04
Bis TensorFlow-GPU mit pip in der Windows-Umgebung installiert ist
Installieren Sie tweepy mit pip und verwenden Sie es für API 1.1
Ich habe eine Fehlermeldung erhalten, als ich tweepy unter macOS Sierra installiert habe, also habe ich mich damit befasst.
Installieren Sie pip auf Mavericks
PIL-Installation mit Pip
Installieren Sie pip, pyenv, BeautifulSoup4
Pakete mit pip3 installieren
So installieren Sie pip
Lösung, wenn die Pip-Installation von einer anderen als der offiziellen Website erfolgt und ein SSL-Fehler (SSL-Authentifizierungsfehler) auftritt
Problem, dass die Pip-Installation mit pyenv + Yosemite nicht durchgeführt werden kann (Fehler: Befehl 'clang' mit Exit-Status 1 fehlgeschlagen)
Verwenden Sie pip mit MSYS2
Installieren Sie Voluptuous mit Python 2.5
Installieren Sie den Befehl pip
Installieren Sie Fackelstreuung mit PyTorch 1.7
Installieren Sie Python mit pyenv
Installiere pip / pip3 unter Ubuntu
Wenn die Pip-Installation fehlschlägt
[Road to Intermediate Python] Installieren Sie Pakete in großen Mengen mit pip
Bis Sie Ihre eigene Python-Bibliothek mit pip installieren können
Sie können das mit pip install --user installierte Paket nicht finden?
Beheben Sie manuell die Unfähigkeit, Pip mit Unicode Decode Eroor zu installieren
Schritte zum lokalen Installieren eines geklonten Git-Pakets mit pip