使用pip在ubuntu上安装gcovr

时间:2015-07-01 20:07:01

标签: python ubuntu-14.04 gcovr

我正在尝试使用

在ubuntu上安装gcovr
pip install gcovr

但它会出现此错误

Command /usr/bin/python -c "import setuptools, tokenize;__file__='/tmp/pip_build_mymachine/gcovr/setup.py';exec(compile(getattr(tokenize, 'open', open)(__file__).read().replace('\r\n', '\n'), __file__, 'exec'))" install --record /tmp/pip-uqjIdg-record/install-record.txt --single-version-externally-managed --compile failed with error code 1 in /tmp/pip_build_mymachin/gcovr

在/home/mymachin/.pip/pip.log中存储失败的调试日志

有什么想法吗?

由于

1 个答案:

答案 0 :(得分:1)

我这样安装没问题:

sudo pip install gcovr

没有错误。

如果您使用的是Ubuntu 14.04,则可能需要升级您的点数。

curl "https://bootstrap.pypa.io/get-pip.py" -o "get-pip.py"
sudo python get-pip.py