emacs-jupyter/jupyter

process-live-p fails on MacOS Catalina

Ouverte

#209 ouverte le 20 déc. 2019

 (2 commentaires) (0 réaction) (0 personne assignée)Emacs Lisp (106 forks)auto 404
help wanted

Métriques du dépôt

Stars
 (1 028 étoiles)
Métriques de merge PR
 (Aucune PR mergée en 30 j)

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.

Guide contributeur