Windows environment: I created a new environment for my project from base, performed the activate command and then tried to insta Jupyter Notebook. I goth the following error message: CondaSSL Error: OpenSSL appears to be unavailable on this machine. OpenSSL is required to download and install packages. Exception: HTTPSConnection Pool (host=repo.anaconda.com’, port=443): Max retries exceeded with url: … Can’t connect to HTTPS because the SSL module is not available."
How do I install the SSL Module and openSSL such that condo can see it? to remedy this situation and let me install packages?
In order from the top, if it is not installed completely, if the Anaconda package is compiled using gcc7 (see Anaconda3/bin for details), and if it is installed but broken .
CondaSSLError: OpenSSL appears to be unavailable on this machine. OpenSSL is required to
download and install packages.
Exception: HTTPSConnectionPool(host=‘repo.anaconda.com’, port=443): Max retries exceeded with url: /pkgs/main/win-64/current_repodata.json (Caused by SSLError(“Can’t connect to HTTPS URL because the SSL module is not available.”))
I am able to install it in the base environment. But when I create a new environment I can’t install anything. Thanks for your help.