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 で失敗しました
libxml2をvirtualenvにインストールするには?
私はFedora 27 OSで作業しています