I have an issue that has been reported previously but, as it was reported in the context of updating Spyder, it didn’t get answered directly
I installed Anaconda, using the graphical tool, on a MacBook Pro M2 running MacOS 13.2.1 with the terminal using z shell. (I would have switched to more familiar bash shell, but I forgot). I had to run the z-init commands suggested for the command line install to get the install to work:
source /bin/activate
conda init zsh
I was able to “verify” the install. Conda lists the packages. Python starts. I can start Navigator from the command line. Jupyter works…
The first time I opened Spyder it was recommended that I upgrade with the following commands
conda update ananconda
conda update spyder(version argument)
The second command worked fine, but the first command ‘conda update anaconda’ fails with this message:
" PackageNotInstalledError: Package is not installed in prefix.
prefix: /Users/thomasbarson/anaconda3
package name: anaconda"
This command works on my other computer (a 2018 vintage MacBook Air) which uses the bash shell, but where anaconda has the prefix: /Users/thomasbarson/anaconda.
The obvious step is to try ‘conda update anaconda3’ - but I thought I would ask first.