我正在尝试使用在 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 中存储失败的调试日志
有任何想法吗?
谢谢