Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

No package 'pygobject-3.0' found [closed]

I want to install Accerciser my OS is fedora 16 I downloaded the package, 'cd' into the folder and run './configure' and get

checking for PYGOBJECT... no
configure: error: Package requirements (pygobject-3.0 >= PYGOBJECT_REQUIRED) were not met:

No package 'pygobject-3.0' found

Consider adjusting the PKG_CONFIG_PATH environment variable if you
installed software in a non-standard prefix.

Alternatively, you may set the environment variables PYGOBJECT_CFLAGS and PYGOBJECT_LIBS to avoid the need to call pkg-config.
See the pkg-config man page for more details.

however, I checked it seems I have installed pygobject 3 how to deal with this problem? thanks!

[root@kit accerciser-3.5.3]# rpm -qa|grep "pygobject"
pygobject2-codegen-2.28.6-2.fc16.x86_64
pygobject3-3.0.3-1.fc16.x86_64
pygobject2-devel-2.28.6-2.fc16.x86_64
pygobject2-2.28.6-2.fc16.x86_64
pygobject2-doc-2.28.6-2.fc16.x86_64
like image 915
lis Avatar asked Oct 12 '12 15:10

lis


1 Answers

Install the pygobject3-devel package.

like image 110
Ignacio Vazquez-Abrams Avatar answered Sep 21 '22 10:09

Ignacio Vazquez-Abrams