This is all on a MacOS 13.5.1
I previously had this in another section but found this “bugs and issues” section and decide to post here.
I’ve used anaconda navigator/spyder for at least 4 years and have always successfully been able to update the various packages with zero issues - until now. Spyder 5.4.3 seems to have a dependency that, when certain modules are updated (haven’t figured out which ones yet), Spyder fails with the segmentation fault as shown below.
/Users/semmett/anaconda3/bin/pythonw: line 3: 62479 Segmentation fault: 11 /Users/semmett/anaconda3/python.app/Contents/MacOS/python “$@”
The following occurs in a anaconda navigator version 2.4.2 that had heretofore had no issues.
This error message occurred after I executed “conda update conda” a couple days ago.
So I undertook the following steps:
-
deleted the anaconda3 environment
-
downloaded and installed anaconda 2023.07-2. I have only one environment - root.
-
after successful installation, I selected Spyder 5.4.3 from the navigator home page. Spyder started successfully.
-
I selected Jupyterlab 3.6.3 from the navigator home page. Successful startup.
-
I went to a terminal and executed “conda update conda”. Successfully completed
-
I went to the navigator home page and selected Spyder 5.4.3. It failed to start with the error shown above.
-
At this point, I redid steps 1-4 shown above. Success at all steps.
-
I then went to the navigator homepage and selected “environments” and selected the root environment.
-
I went to “updatable”, reindexed, and selected scipy for upgrade from 1.10.1 → 1.11.1. Upgrade went without any issues.
-
I went to the navigator home page and selected Spyder 5.4.3. It failed to start with the error shown above.
-
At this point, I redid steps 1-4 shown above again. Success at all steps.
-
I then went to the navigator homepage and selected “environments” and created a new environment called spyder using python 3.11.4.
-
after the environment was created, went back to the navigator home page, selected the “spyder” environment and selected “install spyder”. Then went successfully.
-
I then selected Spyder 5.4.3. It failed to start with the error shown above.
-
I switched to the root environment and selected Spyder 5.4.3. It ran with no issues.
Any idea what is happening? I can’t update the root environment without killing spyder.