SSL Errors on Python packages -
i programming novice, , i'm trying learn python. when attempt install packages on windows 10 (example: pip install -u xxx) keep getting following error:
could not fetch url https://pypi.python.org/simple/xxx/: there problem confirming ssl certificate: [ssl: certificate_verify_failed] certificate verify failed (_ssl.c:645) - skipping not find version satisfies requirement xxx (from versions: ) no matching distribution found xxx
does have idea how fix this?
i've gathered problem related internet configuration, far i've been unable find specific instructions on how fix this. again, i'm beginner, please no advanced jargon. in advance!
my first guess installation or setup. besides, new version of pip came out couple of days ago , should upgrade. try getting get-pip.py script this page , follow instructions run it. try using new pip (9.0) xxx package above.
Comments
Post a Comment