Skip to content
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

Unable to install it on centos7 ModuleNotFoundError: No module named 'gi' #2094

Closed
guitar9 opened this issue Jun 1, 2022 · 2 comments
Closed

Comments

@guitar9
Copy link

guitar9 commented Jun 1, 2022

Describe the bug
The version of guake in centos is outdated (version 0.x)
if I run the pipx install guake and then run guake I get the error: ModuleNotFoundError: No module named 'gi'

I tried also the install scripts and using a anaconda environment but I dont get it to run.
The only thing that works is to install it with yum. But this the version 0.x .

To Reproduce

Try to get it run on centos7

@Davidy22
Copy link
Collaborator

You will need to install the python dependencies in addition to the pip installation. The distro should provide them if you are able to install guake from repositories, but specifically for the gi requirement I believe installing python3-gi should satisfy that dependency.

@Davidy22
Copy link
Collaborator

Consolidating issues related to #1971, need to figure out why there's multiple cases of pygobject/python-gi not getting installed as deps

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants