PackageNotInstalledError: Package is not installed in prefix

后端 未结 7 540
面向向阳花
面向向阳花 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 17:58

    I was getting the following error when trying to update boto3 in my conda environment:

    PackageNotInstalledError: Package is not installed in prefix. prefix: /usr/local/anaconda3/envs/myfoldername

    package name: boto3

    This was after having already just done: conda install anaconda, conda update -n root conda and conda update --all

    However, I did finally succeed in updating boto3, by specifying the version number as follows:

    conda install boto3=1.12

提交回复
热议问题