lxml installation error ubuntu 14.04 (internal compiler error)

后端 未结 5 522
-上瘾入骨i
-上瘾入骨i 2020-12-04 07:17

I am having problems with installing lxml. I have tried the solutions of the relative questions in this site and other sites but could not fix the problem. Need

5条回答
  •  挽巷
    挽巷 (楼主)
    2020-12-04 08:08

    If @Drake answer does not work for you try adding lib1g-dev.

    $ sudo apt-get install -y libxml2-dev libxslt1-dev zlib1g-dev

提交回复
热议问题