-
Notifications
You must be signed in to change notification settings - Fork 31
Bus error when running lpy #38
Description
I am simulating osx-64 on an M1 mac and am using openalea.lpy version 3.9.2. Running lpy gives the following errors:
qt.qpa.window: <QNSWindow: 0x7fab8a882260; contentView=<QNSView: 0x7fab8a881e60; QCocoaWindow(0x600002504d10, window=QWidgetWindow(0x60000365db60, name="QWidgetClassWindow"))>> has active key-value observers (KVO)! These will stop working now that the window is recreated, and will result in exceptions when the observers are removed. Break in QCocoaWindow::recreateWindowIfNeeded to debug.
qt.qpa.window: <QNSWindow: 0x7fab7a6b2100; contentView=<QNSView: 0x7fab7a6a8c00; QCocoaWindow(0x6000025180b0, window=QWidgetWindow(0x600003628c60, name="dockWidgetContents_2Window"))>> has active key-value observers (KVO)! These will stop working now that the window is recreated, and will result in exceptions when the observers are removed. Break in QCocoaWindow::recreateWindowIfNeeded to debug.
The constructor with a shareWidget is deprecated, use the regular contructor instead.
The constructor with a shareWidget is deprecated, use the regular contructor instead.
zsh: bus error lpy
For some reason, I am unable to download later versions of openalea.lpy using conda, so I am unable to see if later versions have the same behavior.