WolframResearch / WolframLanguageForJupyter

Wolfram Language kernel for Jupyter notebooks
MIT License
1.05k stars 126 forks source link

Graphics gives error on Raspbian without desktop environment #7

Closed Ludwiggle closed 5 years ago

Ludwiggle commented 5 years ago

On a Raspberry Pi 3 model B without desktop env, only cli and WolframEngine installed , graphics like Plot gives the following error

/opt/Wolfram/WolframEngine/11.3/SystemFiles/FrontEnd/Binaries/Linux-ARM/WolframFrontEnd: error while loading shared libraries: libpcre16.so.3: cannot open shared object file: No such file or directory

On the other hand, I can evaluate a Plot expression on the math command line without error. Given that the Mathematica Front-end is very slow on the RPI, it would be nice if WolframLanguageForJupyter would work properly on a minimal raspbian installation and a remote jupyter desktop.

Thank You.

Ludwiggle commented 5 years ago

fix: sudo apt-get install libpcre16-3