环境:Ubuntu16.04 + anaconda3
问题:更新conda后(估计是更新失败),使用conda安装包或者更新包的时候,出现以下错误
按照提示运行:conda update -n base -c defaults conda
之后持续报错:RemoveError: 'conda-package-handling' is a dependency of conda and cannot be removed from conda's operating environment.
解决方法:conda activate base
conda install anaconda
conda update --all