I am currently trying to install PyAudio on Python 3.7 but when I use the command "pip install pyaudio", an error message appears:
Simply Download wheel file from https://www.lfd.uci.edu/~gohlke/pythonlibs/#pyaudio , get the file for your Python version and bitness. Change the directory location to the download file location or copy downloaded file to the working location.
Install it with pip install filename.whl
Use this link to download .whl
file according to the python version it supports.
For Python -3.7 use PyAudio‑0.2.11‑cp37‑cp37m‑win32.whl
Go and run this command on the Windows command prompt:
pip install PyAudio-0.2.11-cp37-cp37m-win32.whl
WINDOWS
pip install pipwin
pipwin install pyaudio
This will install pyaudio