On a 64 bit x86 Windows computer with Python 3.14.4, the command:
pip3 install pyaudio
error - cannot open include file: ‘portaudio.h’. No such file or directory.
Other packages such as scipy, matplotlib, numpy install okay on 3.14.4.
I removed 3.14.4 and installed Python 3.13, and now pyaudio installs with no errors.
Has anyone else seen this issue and/or know of a solution?