-
Notifications
You must be signed in to change notification settings - Fork 50
Open
Description
In [1]: from wolframclient.evaluation import WolframLanguageSession
In [2]: from wolframclient.language import wl, wlexpr
In [3]: session = WolframLanguageSession('/opt/WolframEngine/12.1/Executables/WolframKernel')
In [4]: session.evaluate(wl.WolframAlpha("number of moons of Saturn", "Result"))
<<< hangs here indefinitely
In [5]: session.evaluate(wlexpr('Range[5]'))
<<< hangs here indefinitely
Steps:
Ubuntu 18.04.5 LTS
conda version : 4.8.4
python version : 3.7.7.final.0
- install development engine
- activate
- install client using pip
alexanderswerdlow, asukaminato0721 and doronbehar
Metadata
Metadata
Assignees
Labels
No labels