I don’t know what changed…started getting SSL issues when installing a package in Pycharm on Windows10. Tried to install outside of Pycharm via command prompt…same issue and shown below. In looking on the web for solutions it seems this problem was resolved 3+ years ago…Any guidance would be appreciated.
python -m pip install datetime
WARNING: Retrying (Retry(total=4, connect=None, read=None, redirect=None, status=None)) after connection broken by ‘SSLError(SSLCertVerificationError(1, ‘[SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed: unable to get local issuer certificate (_ssl.c:1122)’))’: /simple/datetime/
, (5 of the above…then)
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(SSLCertVerificationError(1, ‘[SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed: unable to get local issuer certificate (_ssl.c:1122)’))) - skipping