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

时间:2025-02-27 07:23:50

在阿里云服务器(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

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