[Tutor] pip install lxml fails

Alex Kleider akleider at sonic.net
Thu Apr 9 22:40:57 CEST 2015


On 2015-04-09 13:26, Peter Otten wrote:

> I'd try
> 
> $ sudo apt-get build-dep python3-lxml

build-dep is not an apt-get command I've seen before but it did the 
trick!

> 
> This should install all build dependencies of the python3-lxml package 
> which
> are likely the same as those of a manual installation of lxml.

I can now
import lxml

Thank you very much, indeed!

Alex



More information about the Tutor mailing list