Help with pypi
It's really common issue for me that pypi doesn't find the package that I'm trying to install. It's SSL certification error. 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:1051)'))) - skipping For now i've been installing pip packages using wheel files. Adding pypi as trusted host doesn't work. Running it as adminstration doesn't work ether I tried to reinstall pypi using this file. https://bootstrap.pypa.io/get-pip.py It reinstalls pypi using its 18.1 wheel file. Didn't work.