openscap-daemon
openscap-daemon copied to clipboard
from gi.repository import GObject as gobject ModuleNotFoundError: No module named 'gi'
getting error in ubuntu - i already use this command : $ sudo apt install python3-gi
The error message simply says that you don't have the gi
module available when running the daemon. Please come up with a full reproducer so we can perhaps give a better advice.