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

it2023-09-18  108

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

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

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

最新回复(0)