conda update conda >> successful
conda update anaconda >> gives me error saying package is not installed in prefix.
I have sing
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