scilab_kernel icon indicating copy to clipboard operation
scilab_kernel copied to clipboard

A timeout might probably happen at Kernel startup (and restart)

Open davidcl opened this issue 1 year ago • 1 comments

The kernel startup looks rather slow and some stderr messages are printed. This seems to indicate that a timeout is happening behind the scene which slow down the kernel starting phase.

The stderr is:

[MetaKernelApp] ERROR | Can't load 'E:\nosave\scoop\apps\miniconda3\current\lib\site-packages\metakernel\magics\shell_magic.py': error: <pexpect.popen_spawn.PopenSpawn object at 0x0000016F4AC820E0>
searcher: searcher_re:
    0: re.compile('>')
<pexpect.popen_spawn.PopenSpawn object at 0x0000016F4AC820E0>
searcher: searcher_re:
    0: re.compile('>')

davidcl avatar Feb 16 '24 15:02 davidcl