Open mklein805 opened 1 month ago
Hello mklein805,
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:
https://docs.anaconda.com/anaconda/install/uninstall/#uninstalling-anaconda-distribution https://docs.anaconda.com/anaconda/install/mac-os/#installing-on-macos
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