gcc

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

Pyaudio installation error – 'command 'gcc' failed with exit status 1' Question: I’m running Ubuntu 11.04, Python 2.7.1 and wanted to install Pyaudio. So I ran, $ sudo easy_install pyaudio in the terminal and the process exited with following error messages, Searching for pyaudio Reading http://pypi.python.org/simple/pyaudio/ Reading http://people.csail.mit.edu/hubert/pyaudio/ Best match: pyaudio 0.2.4 Downloading http://people.csail.mit.edu/hubert/pyaudio/packages/pyaudio-0.2.4.tar.gz Processing …

Total answers: 10

gcc error trying to install PIL in a Python2.6 virtualenv

gcc error trying to install PIL in a Python2.6 virtualenv Question: I have created a virtualenv with the –no-site-packages option. I get an error trying to install PIL: http://pastebin.com/SVqxs1sC … error: command ‘/usr/bin/gcc’ failed with exit status 1 —————————————- Command /home/dustin/.virtualenvs/django1.2/bin/python -c “import setuptools; __file__=’/home/dustin/.virtualenvs/django1.2/build/pil/setup.py’; execfile(‘/home/dustin/.virtualenvs/django1.2/build/pil/setup.py’)” install –single-version-externally-managed –record /tmp/pip-t_oikl-record/install-record.txt –install-headers /home/dustin/.virtualenvs/django1.2/include/site/python2.6 failed with error …

Total answers: 3