I tried to update or install new packages from anaconda and lately, this message has appeared:
The environment is inconsistent, please check the package plan
The command conda install -c anaconda anaconda
did the trick for me. For my setup, I need to specify the channel otherwise it would not work. After running the command in the terminal, I was prompted to update a list of packages that was found to be inconsistent. Without this step, I was not able to install or update any packages with conda install
or conda update