The environment is inconsistent, please check the package plan carefully

前端 未结 10 1582
忘了有多久
忘了有多久 2020-11-28 02:29

I tried to update or install new packages from anaconda and lately, this message has appeared:

The environment is inconsistent, please check the package plan         


        
10条回答
  •  遥遥无期
    2020-11-28 02:40

    The command conda install -c anaconda anaconda did the trick for me. For my setup, I need to specify the channel otherwise it would not work. After running the command in the terminal, I was prompted to update a list of packages that was found to be inconsistent. Without this step, I was not able to install or update any packages with conda install or conda update respectively.

提交回复
热议问题