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
Issues I've had working with this in Win10 recently and in the past.
> File not closing even after using "./"
-Pointing to the file directly
-Using '/' than '\'
-Use to work with (f'{Path_Variable}file.mp3')
> Sound not playing
> Path not found Error
> Breaks my functions
Its not listed as releases here, but its listed releases versions are on pypi.org
removing the latest version and downgrading to what looks to be a more stable version or which version needed was a good temp fix.
Issues I've had working with this in Win10 recently and in the past.
Its not listed as releases here, but its listed releases versions are on pypi.org
removing the latest version and downgrading to what looks to be a more stable version or which version needed was a good temp fix.
pip install playsound==1.2.2
https://pypi.org/project/playsound/1.2.2/#history
The text was updated successfully, but these errors were encountered: