erreur install pyaudio

Solutions on MaxInterview for erreur install pyaudio by the best coders in the world

showing results for - "erreur install pyaudio"
Tamara
11 Jan 2021
1For python 3.9 or old : 
2  install with link https://www.lfd.uci.edu/~gohlke/pythonlibs/#pyaudio 
3    find whl and install it with : 
4pip install PyAudio-0.2.11-cp39-cp39m-win_amd64.whl
5