Good day,
I am trying to update my packages in the base and anaconda3 environments using the Anaconda Navigator with the following steps:
- Select the required environment to update
- Select the packages that need to be updated – “Updatable”
- Clicked “Update Index”
- Clicked the play button next to the environment and opened the terminal
- Run
conda update –all
- All packages updated
When I then refresh the respective environment in the navigator, it still shows that there are 20 and 21 packages available to be updated respectively.
I then followed the approach in this question:
conda deactivate
conda update anaconda-navigator
I then uninstalled and reinstalled the navigator using the instructions here:
conda remove anaconda-navigator
conda install anaconda-navigator
I have restarted my Mac, terminal and the navigator and still have the same result.
Is the warning message in the screenshot causing the issue?
I have also run the following and it looks like the packages are up to date, but its not reflecting in the navigator.
conda list -n base