ContinuumIO / anaconda-issues

Anaconda issue tracking
648 stars 224 forks source link

Anaconda Navigator refuses to update to version 2.6.1 #13403

Open william-randolph opened 4 months ago

william-randolph commented 4 months ago

Checklist

What happened?

I'm presented with an Update Application prompt, requesting to update to Anaconda Navigator 2.6.1. After selecting, yes, I would like to update, the navigator closes and does not update.

Conda info

Current version 2.4.2

Conda config

n/a

Conda list

n/a

Additional Context

n/a

saundramonroe commented 4 months ago

Hi William, Are you trying to only install via the UI? Have you tried installing from the command line?

YaBoyBigPat commented 4 months ago

I also have the same issue and I'm on version 2.6.0. When it asks to install 2.6.1, I click yes, give it admin permission, and then nothing happens. I'll try to update it using the anaconda cmd, do I use "conda update -n base conda"?

saundramonroe commented 4 months ago

First update the conda package manager to the latest version in your base environment conda update -n base conda

Then use conda to update Navigator in your base environment conda update -n base anaconda-navigator

Check conda list to make sure you see anaconda-navigator version as 2.6.1

YaBoyBigPat commented 4 months ago

That did it for me, thank you! I'll remember this in the future if it happens again.