-4

sudo pip install mitmproxy を実行するたびに、次のエラーが発生します。

`Command /usr/bin/python -c "import setuptools, tokenize;__file__='/tmp/pip_build_root/lxml/setup.py';exec(compile(getattr(tokenize, 'open', open)(__file__).read().replace('\r\n', '\n'), __file__, 'exec'))" install --record /tmp/pip-X64rxt-record/install-record.txt --single-version-externally-managed --compile failed with error code 1 in /tmp/pip_build_root/lxml
Storing debug log for failure in /home/rg/.pip/pip.log`

私はすでに試しsudo apt-get install libffi-devましたが、まだエラーが発生しています!

ログ ファイルには次の内容があります: ERROR: /bin/sh: 1: xslt-config: not found

** make sure the development packages of libxml2 and libxslt are installed **
4

1 に答える 1

0

を入手する場所を見つけxslt-configて、最初にインストールする必要があります。

于 2014-05-26T10:01:51.223 に答える