emacs-jupyter/jupyter

process-live-p fails on MacOS Catalina

Open

#209 opened on Dec 20, 2019

 (2 comments) (0 reactions) (0 assignees)Emacs Lisp (106 forks)auto 404
help wanted

Repository metrics

Stars
 (1,028 stars)
PR merge metrics
 (No merged PRs in 30d)

Description

After debugging previously, the current version was stable on my computer until I updated both to Catalina and the new version of emacs-jupyter. The error I get when I try to execute a simple python command is

executing Python code block (packages)...
Starting py kernel process...done
cl--assertion-failed: Assertion failed: (process-live-p process)

Evaluating (jupyter-completing-read-kernelspec) works fine and I can find my jupyter kernels. Perhaps jupyter is failing to start? I am unsure whether the issue lies with Mojave or with the emacs-jupyter.

Contributor guide