[virt-tools-list] unable to install virt-manager-0.10.0
Martin Kletzander
mkletzan at redhat.com
Mon Aug 12 08:05:59 UTC 2013
On 08/12/2013 09:50 AM, Marcel Kraan wrote:
> I want to update to : virt-manager-0.10.0
> But when i try i get this error
>
>
> root at kvm1 virt-manager-0.10.0]# python setup.py install
> Traceback (most recent call last):
> File "setup.py", line 21, in <module>
> from virtcli import cliconfig
> File "/root/VIRTUALISATIE/virt-manager-0.10.0/virtcli/cliconfig.py", line 74, in <module>
> _setup_gsettings_path(icon_dir)
> File "/root/VIRTUALISATIE/virt-manager-0.10.0/virtcli/cliconfig.py", line 54, in _setup_gsettings_path
> ret = subprocess.call(["glib-compile-schemas", "--strict", schemadir])
glib-compile-schemas is part of glib2, try installing that
> File "/usr/lib64/python2.6/subprocess.py", line 478, in call
> p = Popen(*popenargs, **kwargs)
> File "/usr/lib64/python2.6/subprocess.py", line 642, in __init__
> errread, errwrite)
> File "/usr/lib64/python2.6/subprocess.py", line 1234, in _execute_child
> raise child_exception
> OSError: [Errno 2] No such file or directory
>
>
>
> installing other modules is not helping also
> yum install GitPython git
>
These aren't needed to install the package, but make sure you have all
the Requires you can find in the specfile:
pygobject3
gtk3
libvirt-glib
gnome-python2-gconf
libxml2-python
vte3
gtk-vnc2
spice-gtk3
intltool
/usr/bin/pod2man
libvirt-python
libxml2-python
python-urlgrabber
python-ipaddr
These should install (either directly or by their dependencies) all
that's needed.
Hope this helps, have a nice day,
Martin
More information about the virt-tools-list
mailing list