How do I run conda install conda
without conflicts?
Everything I do with Anaconda now finds conflicts and fails. To try and fix this problem I did the following:
- Uninstall current Anaconda,
- Restart the computer,
- Fresh install of Anaconda3-2020.11-Windows-x86_64,
conda install conda
.
I already have conflicts! The list of conflicts is probably 40 pages worth of text.
Did I do a bad job of uninstalling the previous Anaconda Installation or is this now the expected behavior? Is there some way to get around this issue? I'd like to abandon Anaconda all together but a package I use can't be installed without it (rdkit).
Thank you for any insight you can provide.