Artix Linux Forum

Artix Linux => Applications & Software => Topic started by: chowder3907 on 09 February 2022, 02:53:31

Title: Cannot open virt-manager, something something puthon
Post by: chowder3907 on 09 February 2022, 02:53:31
I cannot open virt-manager. When I do in the terminal, I get the output
Code: [Select]
Traceback (most recent call last):
  File "/usr/bin/virt-manager", line 6, in <module>
    from virtManager import virtmanager
  File "/usr/share/virt-manager/virtManager/virtmanager.py", line 15, in <module>
    import gi
ModuleNotFoundError: No module named 'gi'
I have two computers running artix and it only happens on one. What do you all recommend I do? I am updated and have problems when installing from both the omniverse and  community repos
Title: Re: Cannot open virt-manager, something something puthon
Post by: Chris Cromer on 09 February 2022, 06:03:07
Do you have python-gobject installed?
Title: Re: Cannot open virt-manager, something something puthon
Post by: chowder3907 on 09 February 2022, 06:14:02
yes