python - installing gcovr on ubuntu using pip -


i trying intall gcovr on ubuntu using

pip install gcovr 

but gives error

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 error code 1 in /tmp/pip_build_mymachin/gcovr 

storing debug log failure in /home/mymachin/.pip/pip.log

any ideas?

thanks

i had no problems installing way:

sudo pip install gcovr 

no errors.

if you're on ubuntu 14.04, may need upgrade pip.

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

Comments

Popular posts from this blog

OpenCV OpenCL: Convert Mat to Bitmap in JNI Layer for Android -

android - org.xmlpull.v1.XmlPullParserException: expected: START_TAG {http://schemas.xmlsoap.org/soap/envelope/}Envelope -

python - How to remove the Xframe Options header in django? -