You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Unfortunately, I couldn't get playsound running on my macos 14.05 because AppKit is not found.
The current implementation assumes python2.7. Installing PyObjC might work. I'll test later ...
I'm using Python 3.12.3 (installed through Homebrew) on macOS 14.5 and seem to be getting a segmentation fault when trying to import
playsound
:The same doesn't happen on Python 3.11:
I am using playsound version 1.3.0, installed via pip, for both Python versions. The stack trace is kinda long but in case it's useful here it is:
Click this text to see the full stack trace
I can try to debug more using the Python GDB scripts if it's helpful or not a known bug.
The text was updated successfully, but these errors were encountered: