astro-pi / python-sense-emu

An emulator for the Raspberry Pi Sense HAT
https://sense-emu.readthedocs.io/
Other
40 stars 25 forks source link

Sensor Hat GUI not working on Mac Mini M2 #38

Open rh-01 opened 8 months ago

rh-01 commented 8 months ago

The emulator seems to be ok, but I can't launch the gui. Error message:

ImportError: dlopen(/Users/.../Library/Python/3.10/lib/python/site-packages/gi/_gi.cpython-310-darwin.so, 0x0002): symbol not found in flat namespace '_g_ascii_table'

I've done the installation exactly like described - is there maybe a compatibility issue ?

rh-01 commented 8 months ago

After upgrading the Raspberry Pi from Bullseye to Bookworm sense_emu_gui doesn't work anymore on the Raspberry Pi either. It seems to be a problem with python 3.11 (on Mac and Bookworm vs. 3.9 on Bullseye, where it still worked).