conda update -n base conda doesn't update 报错

$ conda update -n base conda
Solving environment: done


==> WARNING: A newer version of conda exists. <==
  current version: 4.8.1
  latest version: 4.8.2

Please update conda by running

    $ conda update -n base conda

 然而,按照提示后更新完,就出现了一堆如下所示:

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

The following packages are causing the inconsistency:

................................

看了一堆解决方案都没用,还是GitHub大法好,附参考:

https://github.com/conda/conda/issues/6941

最终解决方案,亲测有效:

 

conda install conda=4.8.2

 

你可能感兴趣的:(Anaconda环境)