Conda env create ERROR

Hi all,

I’m running on Windows 10, and when I tried to set up the virtual environment using
“conda env create -f environment.yml”, I was prompted with the following error:

I tried to open the mentioned URL in browser and it worked, so it’s probably not a connectivity issue. I tried to install the said missing SSL module using “pip install SSL” but another error was shown:

pip is configured with locations that require TLS/SSL, however the ssl module in Python is not available.

I’ve been stuck on this for a while. Any help is greatly appreciated!

Never mind I got it. The package missed one path variable and I fixed it.