I develop Pebble applications locally on macOS Tahoe 26.5. Recently when running pebble build && pebble install --emulator [aplite-emery], QEMU and my C app launches just fine, but Python crashes and my phone side JavaScript application doesn’t run.
I gave Claude the output from the crash and it pointed me towards an issue with STPyV8.
I am suspecting some issue with my Python 3.14 installation, it seems like some issue with Python that pebble-tool uses, and Python that has been installed by Brew for other stuff on my system. Maybe a symlink problem?
I’m in a bit over my head on this one. Has anyone else seen this happen?