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

Error during install and setup #7

Open
maforn opened this issue Feb 24, 2025 · 0 comments · May be fixed by #8
Open

Error during install and setup #7

maforn opened this issue Feb 24, 2025 · 0 comments · May be fixed by #8

Comments

@maforn
Copy link

maforn commented Feb 24, 2025

Hello, I'm experiencing some errors after installing the virtualbricks repository using the command:
pip install --user .
After installation, when I try to run the project, I get the following errors:
Error: No module named gi
This error happens because the setup does not have PyGObject as a requirement
Error: ModuleNotFoundError: No module named 'twisted.python.constants'
This error happens instead because the interface of the library twisted has now changed and the constants module has been split in other modules.
I'll fork this repo and propose a fix.

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

Successfully merging a pull request may close this issue.

1 participant