2

In a jupyter notebook

%load_ext rpy2.ipython

causes the kernel to crash.

"The kernel appears to have died. It will restart automatically."

with the following console message

Error in `::`(base, quote) : could not find function "::"
Error in `::`(base, quote) : could not find function "::"
Error in `:::`(compiler, checkCompilerOptions) : 
  could not find function ":::"
Fatal error: unable to initialize the JIT

Any clues on this? I've tried cleaning out my R installation and starting from scratch. Same error, every time.

Mac OS 10.14.6 python 3.8 R version 4.1.0 (2021-05-18) rpy2-3.4.4 jupyter-1.0.0

1 Answers1

0

Thanks @krassowski my python38 installation was messed up. Uninstalled python and all packages installed by pip and started again with python39. Fixed the problem.