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 with the following error:
CondaUpgradeError: This environment has previously been operated on by a conda version that's newer
than the conda currently being used. A newer version of conda is required.
target environment location: /home/selah/anaconda3
current conda version: 4.5.12
minimum conda version: 4.6
I am now stuck and unable to successfully run any conda commands. How can I get conda back in working order again?
If you want to revert to a previous revision you can simply run conda install --revision N (where N is the revision number).
Press CTRL-C to abort Error Just create an env and activate that env and then do the install and your error will be solved. Here is commandline. To create env Use this command: conda create –name myenv Then do Activate env: conda activate myenv Now, Your error must be solved.
I really struggled with this issue. All the solutions here did not work for me. This is what works for me:
/conda-meta/history
file in the root.conda update conda
.If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With