I am writing a program in Python on RaspberryPi, But I am getting an error
ImportError No module named pyaudio
After that I tried
git clone http://people.csail.mit.edu/hubert/git/pyaudio.git
but again get another
fatal: destination path 'pyaudio' already exists and is not an empty directory.
Can you please guide me that how do I install PyAudio in RaspberryPi
If
sudo apt-get install python-pyaudio
did’t work try:
sudo apt-get install python3-pyaudio
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With