I\'ve come to grips with the fact that ElementTree isn\'t going to do what I want it to do. I\'ve checked out the documentation for lxml, and it appears that it will serve my pu
Ensure you have libxml2-dev and libxslt1-dev installed
apt-get install libxml2-dev apt-get install libxslt1-dev
Then your installation should build properly.