As I am in the habit of immediately updating (unless there are reasons not to) I updated on macOS Catalina. Spyder worked for me before the update. After the update, Spyder doesn't work anymore. "An error occurred when starting the kernel" Traceback (most recent call last): File "runpy.pyc", line 197, in _run_module_as_main File "runpy.pyc", line 87, in _run_code File "/Applications/Spyder.app/Contents/Resources/lib/python3.9/spyder_kernels/console/__main__.py", line 23, in start.main() File "/Applications/Spyder.app/Contents/Resources/lib/python3.9/spyder_kernels/console/start.py", line 282, in main from ipykernel.kernelapp import IPKernelApp File "", line 1007, in _find_and_load File "", line 986, in _find_and_load_unlocked File "", line 664, in _load_unlocked File "", line 627, in _load_backward_compatible File "", line 259, in load_module File "ipykernel/kernelapp.pyc", line 42, in File "", line 1007, in _find_and_load File "", line 986, in _find_and_load_unlocked File "", line 664, in _load_unlocked File "", line 627, in _load_backward_compatible File "", line 259, in load_module File "ipykernel/ipkernel.pyc", line 20, in File "", line 1007, in _find_and_load File "", line 986, in _find_and_load_unlocked File "", line 664, in _load_unlocked File "", line 627, in _load_backward_compatible File "", line 259, in load_module File "ipykernel/debugger.pyc", line 17, in File "", line 1007, in _find_and_load File "", line 986, in _find_and_load_unlocked File "", line 664, in _load_unlocked File "", line 627, in _load_backward_compatible File "", line 259, in load_module File "debugpy/server/__init__.pyc", line 9, in File "", line 1007, in _find_and_load File "", line 986, in _find_and_load_unlocked File "", line 664, in _load_unlocked File "", line 627, in _load_backward_compatible File "", line 259, in load_module File "debugpy/_vendored/__init__.pyc", line 18, in NotADirectoryError: [Errno 20] Not a directory: '/Applications/Spyder.app/Contents/Resources/lib/python39.zip/debugpy/_vendored'
On Thursday, September 2, 2021 at 6:54:03 AM UTC+2 [email protected] wrote: > Hi all, > > On the behalf of the Spyder Project Contributors > <https://github.com/spyder-ide/spyder/graphs/contributors>, I’m pleased > to announce that Spyder *5.1.2* has been released and is available for > Windows, GNU/Linux and MacOS X: > https://github.com/spyder-ide/spyder/releases > > This release comes almost four weeks after version 5.1.1 and it contains > the following important new features and fixes: > > - > > New features > - Add an entry called Restart in debug mode to the File menu. That > will allow users to inspect the log files generated by Spyder by going > to > the menu Tools > Debug logs after the restart. > - Add a new command line option called --conf-dir to set a custom > configuration directory for Spyder. > - Show hidden directories in Projects by default. > - > > New API features > - Use toolbar ids and widget/action ids when adding an item to a > toolbar. > - Use menu and item ids to add items to the Main Menu plugin. > - > > Important fixes > - Fix several performance issues in the Editor. > - Fix slow browsing of variables in the Variable Explorer when > Numpy and Pandas are not installed. > - Discard symbols imported from other libraries in the Outline pane. > > In this release we fixed 14 issues and merged 37 pull requests that amount > to more than 190 commits. For a full list of fixes, please see our > Changelog <https://github.com/spyder-ide/spyder/blob/5.x/CHANGELOG.md>. > > Don’t forget to follow Spyder updates/news on the project’s website > <https://www.spyder-ide.org>. > > Last, but not least, we welcome any contribution that helps making Spyder > an efficient scientific development and computing environment. Join us to > help creating your favorite environment! > > Enjoy! > Carlos > > -- You received this message because you are subscribed to the Google Groups "spyder" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/spyderlib/2b10a087-d1da-472e-abe5-8ceb50cc9ef1n%40googlegroups.com.
