I’ve installed on Windows 11 pro and was asked to update software but update does not complete. When I select update a command prompt window opens, asking if its okay for app to make changes; I select yes. Then a message pops up saying that the app should be updated which I dismiss, then another popup asking if I want to close Navigator.
Is there a workaround for this so that the I’m not continually asked to update the app, and it actually updates to the version that it mentions?
You can try to perform an update in the Anaconda Prompt that comes with Anaconda3 installer on Windows.
You can search for it with the windows start button or in Anaconda Navigator there should be an Anaconda Prompt button/widget.
In Anaconda Prompt, you should see the directory your terminal is in and the environment you are in. You should be in the base environment as default, but if you are not and in another environment please use the command conda deactivate
From the Anaconda prompt in your base environment, please use the command conda update anaconda-navigator
Let me know the results of this command and if it was able to update Anaconda-Navigator to the latest version.
If not you can also uninstall Anaconda3 and remove the directories/files associated. Then reinstall Anaconda3 latest version.