On 03/13/2024 06:19 PM, Daniel Althviz Moré 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.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 <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!

Daniel

--
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+unsubscr...@googlegroups.com <mailto:spyderlib+unsubscr...@googlegroups.com>. To view this discussion on the web visit https://groups.google.com/d/msgid/spyderlib/8b2541af-7964-4201-963e-b5e204294927n%40googlegroups.com <https://groups.google.com/d/msgid/spyderlib/8b2541af-7964-4201-963e-b5e204294927n%40googlegroups.com?utm_medium=email&utm_source=footer>.
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

--
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+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/spyderlib/dcf2acb9-1d2b-1acc-01f5-387cc3cef44d%40sbcglobal.net.

Reply via email to