Created
January 27, 2015 22:04
-
-
Save brecke/9833cd6b1ae4077c4b5c to your computer and use it in GitHub Desktop.
How to install PyAudio on a Raspberry Pi
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# taken from http://raspberrypihell.blogspot.pt/2013/07/pyaudio-and-how-to-install.html | |
sudo apt-get install git | |
sudo git clone http://people.csail.mit.edu/hubert/git/pyaudio.git | |
sudo apt-get install libportaudio0 libportaudio2 libportaudiocpp0 portaudio19-dev | |
sudo apt-get install python-dev | |
cd pyaudio | |
sudo python setup.py install |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
same error I am getting