Reputation: 21
Have tries many of the suggestions on the web (such as setting SSL to false in conda config, etc) to no avail hoping someone can help. I am trying to create a new conda environment and am getting the following error (I also can not update my existing environments). This is running on an AWS box if relevant. Greatly appreciate any guidance. The link that is being tried seems fishy, atoti is the name of one of my other environments (but I am trying to create the new environment from base).
(base) PS C:\Users\ncosgrov> conda create --name HREnv
Collecting package metadata (current_repodata.json): done
Solving environment: done
CondaHTTPError: HTTP 000 CONNECTION FAILED for url https://conda.atoti/win-64/current_repodata.json
Elapsed: -An HTTP error occurred when trying to retrieve this URL. HTTP errors are often intermittent, and a simple retry will get you on your way.
'https://conda.atoti/win-64'
Have tried conda config --set ssl_verify false as recommended in one article. Have also opened hole in firewall for conda.exe
The one thing I note is that the URL it is trying to hit https://conda.atoti/win-64/current_repodata.json seems off. What should it be and where can I override/fix it?
Upvotes: 1
Views: 971
Reputation: 21
Found the issue. It was a bad channel that had been added a while back, it was that URL that was failing not the URL to the update, but it was blocking anything else.
Many thanks to the community, the exercise of having to describe the issue to someone else actually caused me to realize what was goin on.
Upvotes: 1