I am writing a program in Python on RaspberryPi, But I am getting an error
ImportError No module named pyaudio
After that I tried
python -m pip install pyaudio
This command works if you already have pip installed. If not, first install pip and ty
pip
ty