Installing easy_install… to get to installing lxml

后端 未结 5 1229
难免孤独
难免孤独 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:13

    It looks like lxml wants to build an extension that requires access to a C compiler. You will need gcc for that. Try running sudo apt-get install build-essential and that should fix this particular issue.

提交回复
热议问题