/tmp/pip-build-7HN4t8/lxml/src/lxml/includes/etree_defs.h:14:31: fatal error: libxml/xmlversion.h: No such file or directory /bin/python -c "import setuptools, tokenize;__file__='/tmp/pip-build-7HN4t8/lxml/setup.py';exec(compile(getattr(tokenize, 'op…
1. 下载安装包 2. 解压缩 tar –xzvf protobuf-2.6.1.tar.gz 3. 安装protoc 在python中使用protocbuf需要Protocal Buffer 编译器,即protoc,所以要先安装protoc. 进入解压缩后的文件夹 cd protobuf-2.6.1/ ./configure make make check make install 在开发机上安装,在执行『make install』时,会报权限不够的错误,这时需要改变下protoc的安装路径,…
今天想要试试beautifulsoup4,安装的时候很顺利,然后就准备安装lxml作为解析器,没想到安装时pip直接给我报了一整页的错误. 解决过程 查看了一下错误提示,其中有如下一段: ********************************************************************************* Could not find function xmlCheckVersion in library libxml2. Is libxml2 ins…