Python Forum

Full Version: fail to upgrade pygobject
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
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