I am trying to run my python code in raspberry Pi 3 and I keep getting the error: ImportError: no module named playsound
. I have already successfully installed playsound
(using the command: pip install playsound
).
Just change from playsound import playsound
to import playsound