0
私はpipを使ってubuntuにjqのPythonバインディングをインストールしようとしています。ubuntu linuxに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/
、何1は、JSONモジュールでビルド上のためにこれを使うのでしょうか? –