lxml installation error ubuntu 14.04 (internal compiler error)

后端 未结 5 532
-上瘾入骨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 07:57

    Refer to https://stackoverflow.com/a/6504860/261718

    Go install some dev packages before pip install lxml

    apt-get install libxml2-dev libxslt1-dev python-dev
    

提交回复
热议问题