Error trying to install lxml (following Hitchhiker's guide to Python -- http://docs.python-guide.org/en/latest/scenarios/scrape/#lxml-and-requests)
Here is the error log:
What should I do?
I tried pip install libxslt & pip install libxml2 but I got errors from both of these: libxslt -- http://pastebin.com/ZJhvgHhd; libxml2 -- http://pastebin.com/eyE2Wbg2#
I also tried using easy_install lxml but it failed too.
** make sure the development packages of libxml2 and libxslt are installed **-- have you installed them?