WolframResearch / WolframLanguageForJupyter

Wolfram Language kernel for Jupyter notebooks
MIT License
1.03k stars 124 forks source link

Install fail on MacOS 11.1 (Big Sur) #109

Open tchlux opened 3 years ago

tchlux commented 3 years ago

I have already successfully installed (and activated) wolframscript. After cloning this repository I run the command ./configure-jupyter.wls add from my shell I get the following response:

sh: /WolframKernel: No such file or directory

Then the program just hangs there indefinitely. Is this a known issue / is there a known solution?

rafael5 commented 3 years ago

Same problem for me. Installation works fine, but "no such file or directory" error message when looking for WolframKernel. The Kernel path is unidentified in the system. I tried to add this by adding the following to my .profile:

export WOLFRAM_PATH=/Applications/Wolfram\ Engine.app/Contents/Resources/Wolfram\ Player.app/Contents/MacOS/ export PATH="$WOLFRAM_PATH:$PATH"

But this didn't fix the issue.