Trying to install pyaudio with instructions per here:
$ git clone http://people.csail.mit.edu/hubert/git/pyaudio.git $ cd pyaudio $ sudo python setup.py inst
On Ubuntu:
sudo apt-get install python-pyaudio
or
sudo apt-get install python3-pyaudio