RemoveError: 'setuptools' is a dependency of conda and cannot be removed from conda's operating environment

前端 未结 5 1989
清酒与你
清酒与你 2020-12-29 07:38

I have Win 10

When running:

conda update conda

I encountered this error:

RemoveError: \'setuptools\' is a dependenc         


        
5条回答
  •  死守一世寂寞
    2020-12-29 08:33

    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
    

提交回复
热议问题