http://anonymousoverflow.catsarch.i2p/questions/76078698/how-to-fix-oserror-could-not-get-source-code-error-when-installing-playsound
Try downgrading or using a venv like Anaconda to have multiple python versions available. Answered Apr 22, 2023 at 9:16 by jooleer 2 Votes It is an issue related to building the wheel for the playsound module:It worked for me this way. Step 1: pip install - - upgrade setuptools Step 2: After upgrading setuptools, try installing the playsound module again pip install playsound Step 3: Make sure you are using Python 3.x pip install playsound -- no - cache - dir Step 4: pip install...