Error:could not build wheel for pyaudio

Hi @DuyquanDuc :wave:

From the official installation instructions, the solution is to add to your repo two files:

requirements.txt

pyaudio

packages.txt

portaudio19-dev
python3-all-dev

Once you add those files to your repo and reboot your app, you should be able to successfully import pyaudio without the ModuleNotFoundError and ERROR: Could not build wheels for PyAudio

1 Like