我遇到了libxml2
python 模块的问题。
我正在尝试使用以下命令将它安装在python3 virtualenv上:
pip install libxml2-python3
但它显示以下错误:
Collecting libxml2-python3 Using cached
https://files.pythonhosted.org/packages/41/97/a2ecf6c5b291799dbd40b3d041d89b0ecdb1b43c8c2503e27991325851cd/libxml2-python3-2.9.5.tar.gz
Complete output from command python setup.py egg_info:
failed to find headers for libxml2: update includes_dir
----------------------------------------
Command "python setup.py egg_info" failed with error code 1 in
/tmp/pip-install-72u9ke0y/libxml2-python3/
我尝试了以下链接中提供的解决方案,但对我没有任何作用:
https://github.com/GoogleCloudPlatform/google-cloud-python/issues/3884
“pip install unroll”:“python setup.py egg_info”失败,错误代码为 1
我在 Fedora 27 操作系统上工作