How to install pyaudio

  • Go here
  • and download you pyaudio version for your python version (ctrl+f and write puyaudio)

download the wheel file (.wl)

Then

pip install PyAudio‑0.2.11‑cp37‑cp37m‑win_amd64.whl

Install the wheel like this above, but with the name of your version

pip install PyAudio-0.2.11-cp39-cp39-win_amd64.whl

In my case, I installed the one above

Published by pythonprogramming

Started with basic on the spectrum, loved javascript in the 90ies and python in the 2000, now I am back with python, still making some javascript stuff when needed.