You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I searched for other issues and couldn't find a solution or duplication
I already searched in Google and didn't find any good information or help
I looked at the docs and didn't see anything to help
What happened?
I updated Anaconda through appropriate commands and Anaconda Navigator does not open. Eventually it brought me to an error page that told me to report this issue here - I am running in macOS. I am attaching the page I was sent to. Navigator Error.pdf
Conda info
(base) marissaklein@Marissas-MacBook-Pro ~ % conda info
active environment : base
active env location : /Users/marissaklein/opt/anaconda3
shell level : 1
user config file : /Users/marissaklein/.condarc
populated config files : /Users/marissaklein/.condarc
conda version : 4.14.0
conda-build version : 3.21.5
python version : 3.9.20.final.0
virtual packages : __osx=10.16=0
__unix=0=0
__archspec=1=x86_64
base environment : /Users/marissaklein/opt/anaconda3 (writable)
conda av data dir : /Users/marissaklein/opt/anaconda3/etc/conda
conda av metadata url : None
channel URLs : https://repo.anaconda.com/pkgs/main/osx-64
https://repo.anaconda.com/pkgs/main/noarch
https://repo.anaconda.com/pkgs/r/osx-64
https://repo.anaconda.com/pkgs/r/noarch
package cache : /Users/marissaklein/opt/anaconda3/pkgs
/Users/marissaklein/.conda/pkgs
envs directories : /Users/marissaklein/opt/anaconda3/envs
/Users/marissaklein/.conda/envs
platform : osx-64
user-agent : conda/4.14.0 requests/2.32.3 CPython/3.9.20 Darwin/22.5.0 OSX/10.16 aau/0.4.4 c/. s/. e/.
UID:GID : 501:20
netrc file : None
offline mode : False
I see a couple of things that might be disabling you from accessing navigator with your list of installed packages and conda info information.
I see that your conda is on version 4.14.0 and the current latest version of conda is 24.9.1. If you can I would recommend updating your conda with conda update conda --all.
If this is not an option or if this doesn't resolve the issue, I am going to suggest you uninstall Anaconda and reinstall Anaconda. The reason why is because I see a lot of packages installed on your base environment via community channels and this can make your Anaconda very unstable/error prone. I would recommend to create a new environment to install packages and make that new environment your work environment via the command conda create -n <place env name here>. Once the environment is created, you will need to activate the environment with conda activate <env name>.
For more information on how to uninstall Anaconda and then to reinstall I will include the document articles below:
Checklist
What happened?
I updated Anaconda through appropriate commands and Anaconda Navigator does not open. Eventually it brought me to an error page that told me to report this issue here - I am running in macOS. I am attaching the page I was sent to.
Navigator Error.pdf
Conda info
Conda config
Conda list
Additional Context
No response
The text was updated successfully, but these errors were encountered: