[PYTHON] Lesen Sie dies, wenn bei der Pip-Installation SSL-Fehler auftreten! !! !!

Umgebung

mac OS Catalina python 3.6.5

Status

Ich habe Python für eine Weile verlassen (ungefähr ein Jahr), aber als ich versuchte, ein neues Paket "pip install " zu installieren, bekam ich diesen Fehler ...

WARNING: pip is configured with locations that require TLS/SSL, however the ssl module in Python is not available.
Collecting numpy-stl (Paketname, den Sie dieses Mal zu installieren versucht haben)
  WARNING: 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/numpy-stl/
  WARNING: 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/numpy-stl/
  WARNING: 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/numpy-stl/
  WARNING: 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/numpy-stl/
  WARNING: 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/numpy-stl/
  Could not fetch URL https://pypi.org/simple/numpy-stl/: There was a problem confirming the ssl certificate: HTTPSConnectionPool(host='pypi.org', port=443): Max retries exceeded with url: /simple/numpy-stl/ (Caused by SSLError("Can't connect to HTTPS URL because the SSL module is not available.",)) - skipping
  ERROR: Could not find a version that satisfies the requirement numpy-stl (from versions: none)
ERROR: No matching distribution found for numpy-stl
WARNING: pip is configured with locations that require TLS/SSL, however the ssl module in Python is not available.
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

Nach der Untersuchung verschiedener Dinge als Lösung --pip Update

Lösung

Immerhin habe ich es gelöst, indem ich die Version von Python angehoben und meine Meinung mit pip geändert habe. (Möglicherweise müssen Sie unterwegs das Xcode-Befehlszeilentool aktualisieren.) Ich habe also "pyenv" benutzt

pyenv install 3.8.1
pyenv global 3.8.1
pip install (Paket, das Sie installieren möchten)

Die Installation wurde erfolgreich abgeschlossen! !! !!

Wenn Sie verzweifelt nach dem gleichen Problem suchen, würde ich mich freuen, wenn dies das Problem lösen könnte. Ich hoffe du magst es! !! Bitte!

Recommended Posts

Lesen Sie dies, wenn bei der Pip-Installation SSL-Fehler auftreten! !! !!
SSL-Zertifikat im Zusammenhang mit der Pip-Installation? Error
Was tun, wenn bei der Pip-Installation ein Unicode-Dekodierungsfehler auftritt?
Problemumgehung, wenn beim Versuch, PySide mit pip zu installieren, eine Fehlermeldung angezeigt wird
Wenn Sie süchtig nach Pip sind, installieren Sie dlib unter OSX
Was tun, wenn Sie pyaudio nicht mit pip #Python installieren können?
[TensorFlow] Wenn Sie TensorBoard ausführen möchten, installieren Sie es mit pip.
Ich habe einen SSL-bezogenen Fehler bei der Pip-Installation erhalten und ihn behoben.
Was tun, wenn Sie nicht mit pip in einer Babun-Umgebung installieren können?
Was tun, wenn Sie URL 443 mit pip nicht abrufen konnten?
Wenn Sie sich mit HTTP-Weiterleitungen 301 und 302 verlaufen
Was tun, wenn Sie mysqlclient nicht per Pip installieren können?
Fehler bei der Pip-Installation
Umgang mit Pip und damit verbundenen Installationsfehlern unter Ubuntu 18.04
Bis TensorFlow-GPU mit pip in der Windows-Umgebung installiert ist
Installieren Sie scikit.learn mit pip
Was tun, wenn beim Versuch, pip mit pyenv zu verwenden, ein undefinierter Fehler angezeigt wird?
Bis Sie Ihre eigene Python-Bibliothek mit pip installieren können
Sie können das mit pip install --user installierte Paket nicht finden?
Ich habe libncurses, werde aber wütend auf pip install readline
EC2 / Amazon Linux2: Was ist zu tun, wenn bei der Pip-Installation der Fehler "gcc 'kann nicht ausgeführt werden: Keine solche Datei oder kein solches Verzeichnis" auftritt
Wenn Moos mit Pip installieren
Beim Versuch, maec 4.0.1.0 mit pip zu installieren, wird eine Fehlermeldung angezeigt
Wenn Sie sich über "zu wenige Updates ~" ärgern, wenn Sie LdaModel ausführen
Tensorflow mit Raspeltorte. Wenn Sie mit pip stolpern, lösen Sie es mit virtualenv!
Wenn Sie pip installiert haben sollten, aber einen Importfehler erhalten
Installieren Sie Python 2.7.9 und Python 3.4.x mit pip.
Modulinstallation, wenn die Pip-Installation nicht erfolgreich ist
Deinstallieren Sie alles, was mit pip installiert wurde
Lösung, wenn pip [SSL: CERTIFICATE_VERIFY_FAILED] ergibt
So installieren Sie den MySQL-Connector mit pip3
Was tun, wenn Sie sich mit FileNotFoundError in der Dateireferenz verlieren?
Wenn Sie mehrere Statistiken mit groupby of pandas v1 erhalten möchten
Maßnahmen, um SSL nicht mit Pycharm installieren oder importieren zu können