I have Win 10
When running:
conda update conda
I encountered this error:
RemoveError: 'setuptools' is a dependency of conda and cannot be removed from conda's operating environment.
Nothing seems to help
I tried to uninstall anaconda and got a successful message but it seems there are some traces of older version that still persist
How can I completely erase all traces of Anaconda installation?
If you want to revert to a previous revision you can simply run conda install --revision N (where N is the revision number).
See all of the available Anaconda versions. conda update --all will unpin everything. This updates all packages in the current environment to the latest version. In doing so, it drops all the version constraints from the history and tries to make everything as new as it can.
While I still did not find how to cleanly uninstall anaconda, I was able to resolve the error by using the following:
conda update --force conda conda update anaconda
and again
conda update conda
As a result, I got a stable environment with no dependency conflicts. Seems like something within latest conda is too restrictive and update must be forced.
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