Whenever I attempt to load any package with pip, the download fails citing an SSLError.
WARNING: Retrying (Retry(total=2, connect=None, read=None, redirect=None, status=None)) after connection broken by 'SSLError("Can't connect to HTTPS URL because the SSL module is not available.")': /simple/pip/
The packages shows up in my list of packages but I am unable to import it.
I have tried upgrading pip but I get the same error. I have tried re-downloading openSSL but that also doesn't work.(I checked my list of packages with pip freeze and the package is present) For various reasons, a venv cannot be used in this instance.