Page 1 of 1

Pydub fails to import in Ren'Py 8 but not Ren'Py 7.5

Posted: Tue Oct 18, 2022 3:31 pm
by Tess
I have a game that uses Ren'Py Animalese that works fine when launched from Ren'Py 7.5.

However, when I try to run the same game with no changes from Ren'Py 8, it gives the error "no module named pydub". I tried running

Code: Select all

pip3 install pydub
on my computer, and all that did was change the error to "no module named adioop".

The only difference I can think of is that 8 uses Python 3, but online it looks like there are people using pydub with Python 3, so I'm not sure why the import error is happening.

Interestingly, if I try to make a web build from Ren'Py 7.5, it gives the same error. Not really sure why.