I recently tried to install the 'pyaudio' module in my PyCharm IDE. But the installation via the project interpreter results in the following error:
src/_portaudiomodule.c:29:10: fatal error: 'portaudio.h' file not found
Does anyone know how to fix this problem?
I also tried to install different versions, but every time it failed.