RemoveError: ‘requests‘ is a dependency of conda and cannot be removed from conda‘s operating env

1.问题:

使用miniconda安装selenium时出现错误,RemoveError: ‘requests’ is a dependency of conda and cannot be removed from conda’s operating environment.
RemoveError: ‘setup_tools’ is a dependency of conda and cannot be removed from conda’s operating environment.

2.解决方案

安装前先强制更新conda

conda update --force conda

3.更多相关问题

https://github.com/conda/conda/issues/8149

你可能感兴趣的:(python,python,selenium,conda,requests)