RemoveError: 'requests' is a dependency of conda and cannot be removed from conda's operating environment.
这个是由于conda版本低导致的,需要对conda进行升级。
解决方法使用指令conda update conda进行升级
期间会提示确认,输入y后回车。
若任提示错误,可以尝试强制升级,命令conda update --force conda
期间会提示确认,输入y后回车。



