[ANN] Spyder 5.5.2 is released!

160 views
Skip to first unread message

Daniel Althviz Moré

unread,
Mar 13, 2024, 6:19:42 PMMar 13
to spyder

Hi all,

On the behalf of the Spyder Project Contributors, I'm pleased to announce that Spyder 5.5.2 has been released and is available for Windows, GNU/Linux and MacOS X: https://github.com/spyder-ide/spyder/releases

This release comes one month and six days after version 5.5.1 and it contains the following important fixes:

  • Activate environment for consoles that run in the same environment as Spyder.
  • Fix IPython kernel hangs when using a different graphic backend than Inline.
  • Fix check for updates mechanism when running Spyder from a conda installation.

In this release we fixed 5 issues and merged 7 pull requests that amount to more than 39 commits. For a full list of fixes, please see our Changelog.

Don't forget to follow Spyder updates/news on the project's website.

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!

Daniel

Stephen P. Molnar

unread,
Mar 14, 2024, 9:41:45 AMMar 14
to spyd...@googlegroups.com
--
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 spyderlib+...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/spyderlib/8b2541af-7964-4201-963e-b5e204294927n%40googlegroups.com.
I am running Debian Bookworm and just installed the new version twith the following command:

conda create -c conda-forge -n Spyder spyder numpy scipy pandas matplotlib sympy cython

After installation I activated and 'spyder', This generated the error:

An error ocurred while starting the kernel
The error is:

Traceback (most recent call last):
File "/home/comp/Miniconda3/envs/Spyder/lib/python3.12/site‑packages/spyder/plugins/ipythonconsole/widgets/main_widget.py", line 2142, in create_kernel_manager_and_kernel_client
kernel_manager.start_kernel(stderr=stderr_handle,
File "/home/comp/Miniconda3/envs/Spyder/lib/python3.12/site‑packages/jupyter_core/utils/__init__.py", line 165, in wrapped
return loop.run_until_complete(inner)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/home/comp/Miniconda3/envs/Spyder/lib/python3.12/asyncio/base_events.py", line 685, in run_until_complete
return future.result()
^^^^^^^^^^^^^^^
File "/home/comp/Miniconda3/envs/Spyder/lib/python3.12/site‑packages/jupyter_client/manager.py", line 96, in wrapper
raise e
File "/home/comp/Miniconda3/envs/Spyder/lib/python3.12/site‑packages/jupyter_client/manager.py", line 87, in wrapper
out = await method(self, *args, **kwargs)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/home/comp/Miniconda3/envs/Spyder/lib/python3.12/site‑packages/jupyter_client/manager.py", line 439, in _async_start_kernel
await self._async_launch_kernel(kernel_cmd, **kw)
File "/home/comp/Miniconda3/envs/Spyder/lib/python3.12/site‑packages/jupyter_client/manager.py", line 354, in _async_launch_kernel
connection_info = await self.provisioner.launch_kernel(kernel_cmd, **kw)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/home/comp/Miniconda3/envs/Spyder/lib/python3.12/site‑packages/jupyter_client/provisioning/local_provisioner.py", line 210, in launch_kernel
self.process = launch_kernel(cmd, **scrubbed_kwargs)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/home/comp/Miniconda3/envs/Spyder/lib/python3.12/site‑packages/jupyter_client/launcher.py", line 170, in launch_kernel
raise ex
File "/home/comp/Miniconda3/envs/Spyder/lib/python3.12/site‑packages/jupyter_client/launcher.py", line 155, in launch_kernel
proc = Popen(cmd, **kwargs) # noqa
^^^^^^^^^^^^^^^^^^^^
File "/home/comp/Miniconda3/envs/Spyder/lib/python3.12/subprocess.py", line 1026, in __init__
self._execute_child(args, executable, preexec_fn, close_fds,
File "/home/comp/Miniconda3/envs/Spyder/lib/python3.12/subprocess.py", line 1953, in _execute_child
raise child_exception_type(errno_num, err_msg, err_filename)
PermissionError: [Errno 13] Permission denied: '/home/comp/Miniconda3/envs/Spyder/lib/python3.12/site‑packages/spyder/plugins/ipythonconsole/scripts/conda‑activate.sh'
-- 
Stephen P. Molnar, Ph.D.
https://insilicochemistry.net
(614)312-7528 (c)
Skype:  smolnar1

Daniel Althviz Moré

unread,
Mar 15, 2024, 4:11:00 PMMar 15
to spyder
Hi Stephen,

Thank you for the feedback! Indeed, I think an issue has been already created:  Kernel doesn't start - permission denied · Issue #21892 · spyder-ide/spyder (github.com) Sorry for the inconvenience! If you have any further info in order to better understand what could be happening or feedback please post it there!

Best regards,

Daniel

fausto....@gmail.com

unread,
Mar 18, 2024, 12:39:21 PMMar 18
to spyder

Thanks for the announcement. What Python version does Spyder 5.5.2 run? 

F.

Daniel Althviz Moré

unread,
Apr 11, 2024, 5:07:21 PMApr 11
to spyder
If you are running Spyder from the Windows installers currently they use Python 3.8 (3.8.10 to be exact) for the default interpreter. Also, I think when using the macOS installers is Python 3.9. Also, just in case, you can create a Python environment with the Python version you would like to use and set is as a custom interpreter. For more info about that you can check:  Frequently Asked Questions — Spyder 5 documentation (spyder-ide.org) 

Best regards, 

Daniel  

Reply all
Reply to author
Forward
0 new messages