How can I get unstuck from CondaUpgradeError “A newer version of conda is required.”?

前端 未结 4 1479
忘掉有多难
忘掉有多难 2020-12-31 17:38

I attempted to downgrade my conda version. With conda at version 4.6.2, I ran conda install conda=4.5.12. I then went to run other conda commands, but was met

4条回答
  •  孤城傲影
    2020-12-31 18:33

    In Windows, I used Isaacsh's solution:

    https://github.com/conda/conda/issues/1757

    to create the .condarc file inside my c:\users\ folder. I then added allow_conda_downgrades: true using Notebook

    At the Anaconda Prompt, I entered conda install conda=4.6 and it installed version 4.6.3

提交回复
热议问题