我一直在尝试使用pip在ubuntu上安装jq的Python绑定。
但是,当我运行以下命令时,它会失败。
sudo pip install jq
这是它收到的错误消息。
Command "/usr/bin/python -u -c "import setuptools, tokenize;__file__='/tmp/pip-build-EmO25q/jq/setup.py';exec(compile(getattr(tokenize, 'open', open)
(__file__).read().replace('\r\n', '\n'), __file__, 'exec'))" install --record /tmp/pip-RBT2h7-record/install-record.txt --single-version-externally-m
anaged --compile" failed with error code 1 in /tmp/pip-build-EmO25q/jq/
答案 0 :(得分:4)
这会被编译,您需要安装构建依赖项。
apt-get install autoconf automake build-essential libtool python-dev
有关详细信息,请参阅Pypi页面... https://pypi.python.org/pypi/jq/0.1.6