The environment is inconsistent, please check the package plan carefully。

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

报错如下:
Solving environment: /
The environment is inconsistent, please check the package plan carefully
解决办法:(Name就是自己可以取名字)
#建立新环境
$: conda create -n Name
成功后activate这个环境
$: conda activate Name

(Name)$:
#激活环境后会在提示符前出现环境的名字

最后在这个新环境下面安装软件。