ValueError: Package 'soundfile' does not exist or is not a package! on auto-py-to-exe

259 Views Asked by At

While converting a python programm that uses pytorch and pyaudio to .exe I´m getting "ValueError: Package 'soundfile' does not exist or is not a package!" on auto-py-to-exe even though it works fine in PyCharm and I have checked that soundfile is correctly installed.

1

There are 1 best solutions below

0
On

You can try to remove SoundFile as below cmd.

pip3 uninstall SoundFile