Environment: Linux Mint 17 Cinnamon.
This error is displayed:
error: command \'x86_64-linux-gnu-gcc\' failed with exit status 1
w
For me the installation of lxml was failing on compilation. I followed the instructions for installation of lxml and reduced the compiler optimizations:
sudo CFLAGS="-O0" pip install lxml
After doing this, the compile of lxml succeeded.