pygobject not found #31
Labels
No labels
bug
client
code-quality
duplicate
enhancement
help wanted
in progress
invalid
question
ui
wontfix
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: coderkun/mcg#31
Loading…
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Created by: cinghiopinghio
I would love to try
mcg
but I encounter the following error at runtime:I installed from the AUR in archlinux.
Any hints?
Created by: coderkun
Thanks for your report, @cinghiopinghio. It looks like an issue with the dependencies for python setuptools, uncommenting “pygobject” in the “install_requires” section in setup.py seems to fix it.
I will research on how to reference gobject correctly and let you know once it is fixed.
Created by: coderkun
Sorry for taking so long, @cinghiopinghio. I have removed “pygobject” as dependency since it is not a python dependency and pushed this fix as bugfix version 1.2.2. If you get the latest code, you should be able to start the application. Make sure you have “python-gobject” installed (the AUR package takes care of that).
If you don’t want to build the application yourself, feel free to use the binary packages from coderkun.de/arch.
Created by: cinghiopinghio
I confirm that the build works now (except that the AUR package for arch linux have the wrong sha256).
I have a different issue now, I will open a new thread.