The environment is inconsistent, please check the package plan carefully

前端 未结 10 1583
忘了有多久
忘了有多久 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 03:01

    saw this on Google Groups

    This message was added in conda 4.6.9, previously there was no indication when conda detected an inconsistent environment unless conda was run in debug mode. It is likely that your environment was inconsistent for some time but the upgrade to conda made it visible. The best option it to run "conda install package_name" for the inconsistent packages to let conda try to restore consistency.

    and it really works for me.

    Maybe you should try conda install anaconda in your situation.

提交回复
热议问题