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
For Centos7:
sudo yum install -y portaudio-devel sudo pip install pyaudio