Hi,
I tried the examples in flatland 2.0 on a fresh checkout and the examples crash my MacOS session, that is, the screen turns black and then the MacOS login screen appears.
I am working with the latest Mojave OS and anaconda, using Python 3.7.4
Packages installed according to requirements_continuous_integration
Update:
The crash does not seem to originate directly from the rendering. The crash also occurs when all rendering is commented out.
To reproduce:
> cd examples
> python training_example.py
Output:
2019-10-07 11:31:23.717 python[16961:625762] HIToolbox: received notification of WindowServer event port death.
2019-10-07 11:31:23.717 python[16961:625762] port matched the WindowServer port created in BindCGSToRunLoop
It seems that only the MaOS window server crashes: after logging in again, the terminal session is still running!
Update 2:
The same crash occurs with all other examples in the examples folder, including flatland_2_example
Update 3
The issue is caused by the following bug in matplotlib/Tkinter
Solution:
- Downgrade Python to 2.7.0
- Downgrade matplotlib to 3.0.3
Best
Marc-Oliver