When I try to run conda update --all
Anaconda hangs on solving environment. Based on this Github issue and this answer in SO, I've tried using:
conda update --all --override-channels -c conda-forge
But each time I try that I get this error:
Solving environment: failed
UnsatisfiableError: The following specifications were found to be in conflict:
- navigator-updater
- pycurl
Except with a different set of packages each time, and without specified versions, as seems to be the case with most SO questions about this error.
Does anyone know how to solve this?