CondaHTTPError: HTTP 000 CONNECTION FAILED

Hi,

I assume that your firewall might interfere with http connection, therefore this error.
Try running following command: conda config --set ssl_verify no

and try again to create conda environment.

Deni

3 Likes