I have Win 10
When running:
conda update conda
I encountered this error:
RemoveError: \'setuptools\' is a dependenc
I'm on Linux Ubuntu 16.04, and it works for me by:
conda uninstall setuptools # This is a must to make it work conda install setuptools conda update --force conda