Hi Everyone,
I'm hoping this is the right forum. I'm having an issue with install packages via pip.
This is the error I get:
Could not fetch URL https://pypi.python.org/simple/requests/: There was a problem confirming the ssl certificate: HTTPSConnectionPool(host='pypi.python.org', port=443): Max retries exceeded with url: /simple/requests/ (Caused by SSLError(SSLError(1, '[sSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed (_ssl.c:833)'),)) - skipping
I've spoken to the technicians at my school, they said their was an issue with pypi.org's safety and they couldn't unblock the URL because of it. Is anyone aware of a way to safely install Python packages? Ideally I don't want to use an online IDE as our internet is currently very slow and temperamental.
Thank you