Click here to Skip to main content
15,867,308 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Conda is a python distribution.I am trying to update conda and spyder for the terminal.I am on a windows machine.OpenSSL is installed via a windows pacakge manager called scoop.

What I have tried:

I have tried the folowing commands as admin:

```bash
conda update conda
conda install openssl
conda update openssl
conda install spyder
```


conda list openss*
# packages in environment at C:\Users\okpal\anaconda3:
#
# Name                    Version                   Build  Channel
openssl                   1.1.1q               h2bbff1b_0    intel
pyopenssl                 22.0.0             pyhd3eb1b0_0


conda list openss*
# packages in environment at anaconda3:
#
# Name                    Version                   Build  Channel
openssl                   1.1.1q               h2bbff1b_0    intel
pyopenssl                 22.0.0             pyhd3eb1b0_0


I am getting the error:
conda install openssl
Collecting package metadata (current_repodata.json): failed

CondaSSLError: OpenSSL appears to be unavailable on this machine. OpenSSL is required to
download and install packages.

Exception: HTTPSConnectionPool(host='conda.anaconda.org', port=443): Max retries exceeded with url: /t/ok-c73832f9-c43d-452f-b8ee-5f50a20cba7b/nodejs/win-64/current_repodata.json (Caused by SSLError("Can't connect to HTTPS URL because the SSL module is not available."))
Posted
Updated 31-Dec-22 20:29pm

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900