Garming Sam
Garming Sam
I'm running v12.3 with Python 3.6.9 on Ubuntu. The following works: `session.evaluate(wlexpr('Range[5]'))` But I can definitely reproduce a hang with: `session.evaluate(wl.WolframAlpha("number of moons of Saturn", "Result"))` Notably the following does...
> > > I'm running v12.3 with Python 3.6.9 on Ubuntu. > > The following works: > `session.evaluate(wlexpr('Range[5]'))` > > But I can definitely reproduce a hang with: > `session.evaluate(wl.WolframAlpha("number...
> ```python > import logging > logging.basicConfig(level=logging.DEBUG) > ``` Used this code to help debug and realized that one of my Wolfram folders had the wrong permissions on Ubuntu. Must...
> > > I'm glad you were able to track this down. > Do you mind telling me what type of folder it was? I may add some pre-flight checks...
Initial investigation indicates inlining tuple let bindings could be interesting, as well as other destructuring assignments. Shared lifetimes means that inlining could have unintended effects. Inlining one but not the...
Is this a one-off? Because using tesseract directly might have more of the options you're looking for.
Does supplying `-platform offscreen` as arguments to the tool help at all when running it?
I believe that I built this originally on 16.04, so possibly try that if you can. I may take a look at 18.04, but don't expect anything.
One other thing, if you can take a screenshot (to the right dimensions and crop), you can do `-i `. That way you can chain the command and have the...
It is unfortunate. From what I can tell, some of the GUI components work, but not nearly enough of them to build it all in. The only alternative seems to...