-
-
Notifications
You must be signed in to change notification settings - Fork 34
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Getting a crash on Wayland/display issues when running run_og_usa.py example #100
Comments
I found this issue when trying to test PSLmodels/OG-Core#925 which should provide a speedup for TPI. |
I confirm that when I ran the example
so I think there is something in the example that expects a GUI capability to be present in the environment. This will need some kind of fix (at least for my use case) because I need a persistent shell session (as provided by tmux) to execute long running jobs. |
thank you! Will try and report results. |
I think this issue is resolved with PR #101, so will close it. But please reopen if issues running on the platform again. |
Not really sure what's going on but I'm getting a crash when running the example with a recently synced version of OG-USA + OG-Core. I'm running in a Linux terminal through tmux which can have odd behavior if you are running a program that has any sort of GUI feature. I didn't anticipate that such a thing would happen with OG-USA, but it appears that the program is attempting to do something with a windowing component. Here is the crash message:
I'm wondering if something has recently changed in OG-USA to, for example, bring in some matplotlib command automatically. Anything with automatic plot generation or drawing to a component that would need a GUI library like Qt. Is this familiar to you @jdebacker or @rickecon ?
The text was updated successfully, but these errors were encountered: