Error when updating anaconda navigator

I get this error when running conda install anaconda-navigator

RemoveError: 'packaging' is a dependency of conda and cannot be removed from
conda's operating environment.
RemoveError: 'pluggy' is a dependency of conda and cannot be removed from
conda's operating environment.
RemoveError: 'setuptools' is a dependency of conda and cannot be removed from
conda's operating environment.
1 Like

I get the exact same error and have no idea what to do.

Edit: I was able to fix this by updating to a specific recent version with the command
conda install -n base -c defaults conda=25.3.0