6月13 RemoveError: 'setuptools' is a dependency of conda and cannot be removed from conda's operatin

https://www.cnblogs.com/hellojiaojiao/p/10872421.html
RemoveError: ‘setuptools’ is a dependency of conda and cannot be removed from
conda’s operating environment.
试了第一种方法:
pip uninstall install setuptools 然后conda install setuptools ,没有用,依然报错
第二种:
conda update conda 没用,报相同错误
第三种:
conda update --force conda,
我使用了第三种方法,仍然是报同样的错误不管用
折腾了我两三天
https://superuser.com/questions/1402260/error-when-updating-conda-packages-removeerror-setuptools-is-a-dependency-of
最终使用
conda install -c anaconda setuptools
成功安装

你可能感兴趣的:(6月13 RemoveError: 'setuptools' is a dependency of conda and cannot be removed from conda's operatin)