lpy icon indicating copy to clipboard operation
lpy copied to clipboard

Bus error when running lpy

Open djl2194 opened this issue 2 years ago • 0 comments

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.

djl2194 avatar Jun 21 '23 16:06 djl2194