ImportError: no module named playsound

Aggeliki Kyr picture Aggeliki Kyr · Dec 19, 2018 · Viewed 13.7k times · Source

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).

Answer

Xlerion Tormenthor picture Xlerion Tormenthor · Oct 6, 2019

Just change from playsound import playsound to import playsound