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/repodata.json (Caused by SSLError("Can't connect to HTTPS URL because the SSL module is not available."))
- I *deleted* the `PYTHONHOME` and `PYTHONPATH` environment variables. This is necessary for the command `conda env create --name quartz --file env.yml` to create the environment properly.
- If there is a previous Conda environment named `quartz`, we should remove it by running `conda env remove --name quartz`.
This issue is to track the steps of a fresh installation on my Windows laptop on Feb 13, 2023.
Prerequisites
I installed Anaconda3 version 2022.10 with Python 3.9.
conda-forge
to Anaconda3:conda config --add channels conda-forge
. When typingconda config --show channels
, the output isThis is necessary for finding some of the required packages.
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/repodata.json (Caused by SSLError("Can't connect to HTTPS URL because the SSL module is not available."))
Build Quartz Runtime
Use Visual Studio 2019 to open
quartz/build/Quartz.sln
, click Build -> Build Solution (F7). Then return to the command line:Optional: CLion Integration
Additional prerequisites:
CLion settings:
amd64
.(path\to\quartz)\scripts\setup_environment.bat