Skip to content

client hangs #26

Description

@dkhokhlov

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

  1. install development engine
  2. activate
  3. install client using pip

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions