PyAudio cannot be installed using 'pip install PyAudio' for modern python versions as it has not been updated. To install PyAudio the proper wheel file must be manually downloaded for your computer ...
When trying to install pyaudio on Windows with conda-forge, conda will use pyaudio from pkgs/main and portaudio from conda-forge: $ conda install -c conda-forge -d pyaudio Collecting package metadata ...