jupyter
jupyter copied to clipboard
Can't start REPL
After M-x jupyter-run-repl I receive this error:
byte-code: Module could not be opened: "/home/jumper/.emacs.d/elpa/zmq-20230608.1856/emacs-zmq.so", "/lib/x86_64-linux-gnu/libc.so.6: version GLIBC_2.33' not found (required by /home/jumper/.emacs.d/elpa/zmq-20230608.1856/emacs-zmq.so)"`
Distro: Ubuntu 20.04 Package versioin: 20231020.1901
same here
The "glibc not found" issue is present on Ubuntu 24.04 and snap emacs 31 with packages:
jupyter-20240716.2028
zmq-20240716.2000
As a workaround zmq can be turned off:
(setq jupyter-use-zmq nil)