Conda looks for current_repodata.json, which no longer exists #134
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
I can't get past the "conda create -n simswap python=3.6" command, because it tries to reach for the file https://repo.anaconda.com/pkgs/main/win-64/current_repodata.json, which no longer exists in the repository. There is a file in the repository named only "repodata.json", but I don't know how to make the conda look for that instead. What can I do?