-
Notifications
You must be signed in to change notification settings - Fork 79
Description
0.17.0 conda installation: Gives kernel error in some code
([XPythonShellApp] WARNING | Unrecognized alias: 'f', it will have no effect.
ERROR: received bad message: No such comm registered: 6ffe0564-7584-4ff8-81a0-aed14a935ff5
Message type: comm_msg)
conda install conda-forge::xeus-python[version="0.17.0"] -y
(It is only compatible with the code (import multiprocessing), in other versions (from concurrent.futures import ThreadPoolExecutor; numba; jax: But it works normally in these modules alone) it closes the kernel: The kernel for ***.ipynb appears to have died. It will restart automatically.)
but
conda install conda-forge::xeus-python[version="0.16.0"] -y
In the same codes, conda 0.16.0 and pip installations (0.15.2, etc.) also work without errors.
System: Ubuntu 24.04
Python: 3.11.9