OpenSCAP / openscap-daemon

Manages continuous scans of your infrastructure
https://www.open-scap.org/tools/openscap-daemon
GNU Lesser General Public License v2.1
106 stars 32 forks source link

from gi.repository import GObject as gobject ModuleNotFoundError: No module named 'gi' #157

Open amanjha18 opened 2 years ago

amanjha18 commented 2 years ago

getting error in ubuntu - i already use this command : $ sudo apt install python3-gi

matejak commented 2 years ago

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.