Open ataffanel opened 5 months ago
Any progress with this?
I followed this guide here: https://or-levi.medium.com/python-management-on-apple-silicon-arm-x86-with-pyenv-f786cf8a48f8 and installed an x86 version of python, pip installed a new cfclient and then ran Estimate Geometry and it worked!
Thank you! @ataffanel is currently away, but we'll notify him when he gets back.
As reported in discussions, When estimating geometry for the lighthouse system, the client crashes on Macintosh with apple silicon with Python 3.11 native. This crash has not been reproduced on other platform.
The crash happens then the geometry estimation code is run (when clicking the "estimate geometry" button. and the followind message is shown in the console:
zsh: bus error cfclient
This is an extract of the debug information given by MacOS:
So the crash definitly seems to happen within the linear algebra module of Python.