jowodo
jowodo
have you tried downgrading to `pip install playsound==1.2.2`?
Unfortunately, I couldn't get `playsound` running on my macos 14.05 because AppKit is not found. The current implementation [assumes python2.7](https://github.com/TaylorSMarks/playsound/blob/master/playsound.py#L105). Installing [PyObjC might work](https://stackoverflow.com/a/47281564). I'll test later ...
I encountered the same (or a similar) error: * Installation from github release. * I observed the error with version 3.15.4-3.15.5 (3.15.3 works). * OS: Oracle Linux 9.3 * python...