Conda error on update: `conda.core.link:_execute(637): An error occurred while installing package 'None'. AssertionError()`

后端 未结 2 930
南笙
南笙 2020-12-31 05:59

Today when updating conda via conda update --all it downloads several packages and nearly completes installation but at the end, gives

Preparing         


        
相关标签:
2条回答
  • 2020-12-31 06:55

    The problem seems to be linked with old packages in the env that are not compatible with the version of the package you are trying to update. Resolved with the following steps:

    1. updated packages in the env with dependencies for spyder 3.3.6
    2. installed lattest vesrion of conda with

      conda install conda

    3. updated spyder with:

      conda update spyder

    After that everything was fine for me!

    0 讨论(0)
  • 2020-12-31 06:59

    The command conda install conda worked for me also when conda install anaconda failed for me. I am not sure why the latter does not work though. Otherwise I would get the ERROR conda.core.link:_execute(637) error.

    0 讨论(0)
提交回复
热议问题