conda: “The environment is inconsistent, please check the package plan carefully”

在阿里云服务器(Ubuntu 20.04 64位)和Centos 7版本在更新conda命令都出下以下报错信息:
conda: “The environment is inconsistent, please check the package plan carefully”
针对这个错误,以下解决方案

conda activate base
conda install anaconda
conda update --all

输入后,在更新后,没有错误了!

你可能感兴趣的:(Linux)