I have installed package playsound and this is my command and its response:
pip install playsound
Defaulting to user installation because normal site-packages is not writeable Collecting playsound Downloading playsound-1.2.2-py2.py3-none-any.whl (6.0 kB) Installing collected packages: playsound Successfully installed playsound-1.2.2
But when I want to use this package I see error like this:
python ./musicplay.py Traceback (most recent call last): File "./musicplay.py", line 1, in from playsound import playsound ImportError: No module named playsound