-
Notifications
You must be signed in to change notification settings - Fork 168
New issue
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
Developer install - ImportError: cannot import name NetworkManager, introspection typelib not found #175
Comments
You may need to install the gobject-introspection and gir1.2-gtk3.0 packages as well as gir1.2-networkmanager-1.0. |
I'm getting the same error, but can't find those packages in Fedora 31. Is there any way to try gtg with a current fedora? |
Hi @diegogangl you can use the Flatpak package mentioned in #210 (comment) for now (at least until we bring things back in order)... |
I'm getting the same error with master, except in my case it is "NM" instead of "NetworkManager", and line 133 instead of 53:
Trying to build it on Fedora Silverblue 31 inside a Fedora Toolbox container. I've installed |
Sorry for the spam. I managed to solve it by installing To create a development environment:
To enter the development environment and run the software:
To exit the development environment:
To discard the development environment:
|
Thank you Jane! I'll try to remember to integrate your findings into the scattered developer documentation/instructions/etc. as I review those to see if I can make it easier for people to get started for contributing (ticket #200). |
Hello there,
I'm trying to get a development environment set up to write a small plugin.
Installing from master on ubuntu 15,04 and following the instructions here: https://github.com/getting-things-gnome/gtg I get to this instruction.
But I get an error.
Am I missing a step?
Thanks!
The text was updated successfully, but these errors were encountered: