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

No module named 'gi' on Arch #305

Open
isidoridev opened this issue Sep 15, 2023 · 1 comment
Open

No module named 'gi' on Arch #305

isidoridev opened this issue Sep 15, 2023 · 1 comment

Comments

@isidoridev
Copy link

python installer.py throws an error for a missing module:

File "~/Chicago95/installer.py", line 3, in <module>
import gi
ModuleNotFoundError: No module named 'gi'

Seems the same as #273 , but there is no pip module for "gi" or a package named "python3-gi" when using pacman.

@isidoridev
Copy link
Author

Solution is second answer here https://stackoverflow.com/questions/44213921/python-3-installing-gi-package-with-pip

pip install PyGObject

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

1 participant