You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
Are you seeing the kernel not working? ([XPythonShellApp] WARNING | Unrecognized alias: 'f', it will have no effect.) is just a warning, not sure where it's coming from but that should be harmless
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
The text was updated successfully, but these errors were encountered: