Pyaudio installation error - 'command 'gcc' failed with exit status 1' Pyaudio installation error - 'command 'gcc' failed with exit status 1' python python

Pyaudio installation error - 'command 'gcc' failed with exit status 1'


Well, I solved the problem by using the package manager,

 $ sudo apt-get install python-pyaudio

Although still has no clue why easy_install fails.


On ubuntu 13.10 aka Saucy Salamander, I solved the problem by installing libjack-jackd2-dev and portaudio19-dev.

sudo apt-get install libjack-jackd2-dev portaudio19-dev

Then pip install pyaudio should work.