We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
While building Laniakea with meson I get this error;
Message: Laniakea requires AppStream GObject introspection data. Please install it to continue. meson.build:27:4: ERROR: Problem encountered: Unable to find required Python modules.
I have python-gobject and python-gi-dev and others but I cannot get past this message. Which python module satisfies this dependency?
The text was updated successfully, but these errors were encountered:
The message tells you what to do already ;-)
Laniakea requires AppStream GObject introspection data. Please install it to continue.
=> You'll want to install GIR data for AppStream, on Debian systems that can be done via sudo apt install gir1.2-appstream-1.0.
sudo apt install gir1.2-appstream-1.0
Sorry, something went wrong.
No branches or pull requests
While building Laniakea with meson I get this error;
I have python-gobject and python-gi-dev and others but I cannot get past this message. Which python module satisfies this dependency?
The text was updated successfully, but these errors were encountered: