Python Forum

Full Version: Upgrade pip error
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
I installed python 3.9 and I started getting pip version error when using it in edx dl

There was a problem confirming the ssl certificate: HTTPSConnectionPool(host='pypi.org', port=443): Max retries exceeded with url: /simple/pip/ (Caused by SSLError("Can't connect to HTTPS URL because the SSL module is not available.")) - skipping

Please help resolve.
I am totally new to python.
did you install 3.9 from source?
Try:
pip install --trusted-host pypi.org --trusted-host files.pythonhosted.org pip setuptools
what does this have to do with OP problem? Looks like clickbite? I removed the url.