Installing easy_install… to get to installing lxml

后端 未结 5 1238
难免孤独
难免孤独 2021-02-01 18:42

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

5条回答
  •  故里飘歌
    2021-02-01 19:17

    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.

提交回复
热议问题