PackageNotInstalledError: Package is not installed in prefix

后端 未结 7 533
面向向阳花
面向向阳花 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:07

    to solve the problem after message "PackageNotInstalledError: Package is not installed in prefix" package name: anaconda:

        conda update --all
        ...
        Proceed ([y]/n)? y
    

    regards !

提交回复
热议问题