Python 3.6 OSx El Capitan
Verfasst: Donnerstag 26. Januar 2017, 21:01
Hallo!
Ich versuche gerade mit pip mir ein package zu installieren. Leider bekomme ich da ein SSL Error:
Ergibt:
Die Seite ist aber erreichbar.
Ein Recherche mit Google hat bisher noch nichst Brauchbares erbracht.
Was kann ich da machen?
VG niesel
Ich versuche gerade mit pip mir ein package zu installieren. Leider bekomme ich da ein SSL Error:
Code: Alles auswählen
python3.6 -m pip install matplotlib
Code: Alles auswählen
Collecting matplotlib
Could not fetch URL https://pypi.python.org/simple/matplotlib/: There was a problem confirming the ssl certificate: [SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed (_ssl.c:749) - skipping
Could not find a version that satisfies the requirement matplotlib (from versions: )
No matching distribution found for matplotlib
Ein Recherche mit Google hat bisher noch nichst Brauchbares erbracht.
Was kann ich da machen?
VG niesel