Skip to content

Instantly share code, notes, and snippets.

@cristiangrojas
Created April 22, 2013 13:21
Show Gist options
  • Save cristiangrojas/5434834 to your computer and use it in GitHub Desktop.
Save cristiangrojas/5434834 to your computer and use it in GitHub Desktop.
http://samos-it.com/trying-to-install-scrapy-with-pip-lxml-error-command-gcc-failed-with-exit-status-1/
The solution
Install Python development package
sudo apt-get install python-dev
Install the development packages of libxml and libst
sudo apt-get install libxml2-dev
sudo apt-get install libxslt1-dev
Gonna do some stuff with Scrapy now
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment