Python Forum
fail to upgrade pygobject - Printable Version

+- Python Forum (https://python-forum.io)
+-- Forum: Python Coding (https://python-forum.io/forum-7.html)
+--- Forum: General Coding Help (https://python-forum.io/forum-8.html)
+--- Thread: fail to upgrade pygobject (/thread-12257.html)



fail to upgrade pygobject - jiapei100 - Aug-16-2018

Failed to update pygobject , with the following ERROR message:

Error:
Command "/usr/bin/python3 -u -c "import setuptools, tokenize;__file__='/tmp/pip-install-79427fir/pygobject/setup.py';f=getattr(tokenize, 'open', open)(__file__);code=f.read().replace('\r\n', '\n');f.close();exec(compile(code, __file__, 'exec'))" install --record /tmp/pip-record-el4q4yz3/install-record.txt --single-version-externally-managed --compile --user --prefix=" failed with error code 1 in /tmp/pip-install-79427fir/pygobject/
I'm just simply using the command:
$pip3 install -U pygobject --user
What's more:

Output:
$ pip3 list --outdated Package Version Latest Type --------- ------- ------ ----- pygobject 3.26.1 3.28.3 sdist
Any suggestions please?


Cheers
Pei