Is libxml2 installed?

发布于 2022-09-02 14:50:51 字数 1793 浏览 27 评论 0

  1. Could not find function xmlCheckVersion in library libxml2. Is libxml2 installed?

    building 'lxml.etree' extension
    creating build/temp.linux-x86_64-2.7
    creating build/temp.linux-x86_64-2.7/src
    creating build/temp.linux-x86_64-2.7/src/lxml
    gcc -pthread -fno-strict-aliasing -DNDEBUG -g -fwrapv -O2 -Wall -Wstrict-prototypes -fPIC -Isrc/lxml/includes -I/usr/include/python2.7 -c src/lxml/lxml.etree.c -o build/temp.linux-x86_64-2.7/src/lxml/lxml.etree.o -w
    In file included from src/lxml/lxml.etree.c:320:0:
    src/lxml/includes/etree_defs.h:14:31: fatal error: libxml/xmlversion.h: 没有那个文件或目录
    compilation terminated.
    Compile failed: command 'gcc' failed with exit status 1
    cc -I/usr/include/libxml2 -c /tmp/xmlXPathInitshtn_t.c -o tmp/xmlXPathInitshtn_t.o
    /tmp/xmlXPathInitshtn_t.c:1:26: fatal error: libxml/xpath.h: 没有那个文件或目录
    compilation terminated.
    *
    Could not find function xmlCheckVersion in library libxml2. Is libxml2 installed?
    *
    error: command 'gcc' failed with exit status 1

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

皇甫轩 2022-09-09 14:50:53

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

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

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文