PackageNotInstalledError: Package is not installed in prefix

后端 未结 7 531
面向向阳花
面向向阳花 2021-02-01 17:43

conda update conda >> successful

conda update anaconda >> gives me error saying package is not installed in prefix.

I have sing

相关标签:
7条回答
  • 2021-02-01 18:16

    I got this error when I tried to update while my conda environment was activated. The solution was to first deactivate:

    conda deactivate

    before trying to update:

    conda update conda

    conda update anaconda

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