pyaudio - DanielMueller1309/Python GitHub Wiki

  • find the appropriate .whl file from here, for example mine is PyAudio‑0.2.11‑cp37‑cp37m‑win_amd64.whl, and download it.

  • go to the folder where it is downloaded for example cd C:\Users\foobar\Downloads install the .whl file with pip for example in my case: pip install PyAudio-0.2.11-cp37-cp37m-win_amd64.whl