Cecil Westerhof <[email protected]> writes: > Ik probeer pygobject te update met: > pip3pip3 install --upgrade pygobject > > Ik krijg echter: > No package 'gobject-introspection-1.0' found > Command '('pkg-config', '--print-errors', '--exists', > 'gobject-introspection-1.0 >= 1.46.0')' returned non-zero exit status 1 > > Echter ik heb het wel geïnstalleerd: > apt-show-versions | grep gobject-introspection > geeft: > gobject-introspection:amd64/stretch 1.50.0-1+b1 uptodate > > En 1.50 is groter dan 1.46. > > Wat is hier aan de hand?
Ik moest libgirepository1.0-dev installeren. -- Cecil Westerhof Senior Software Engineer LinkedIn: http://www.linkedin.com/in/cecilwesterhof
