At local execution of guake (without system-wide install), at start up, it break showing that cant found module named 'gi'
- Dominant language
- Python
- Stars
- 4.7k
- Forks
- 604
- PR merge metrics
- No merged PRs in 30d
Description
Be sure to check the existing issues (both open and closed!), and make sure you are running the latest version of Guake.
For how to run the latest Guake in your computer, please refer to [Install from source](https://guake.readthedocs.io/en/latest/user/installing.html#install-from-source).
**Describe the bug**
At local execution of guake (without system-wide install), at start up, it break showing that cant found module named 'gi'
**Expected behavior**
Guake start up and work
**Actual behavior**
```
rm -f /home/a/U/PSL/TP/guake/guake/data/gschemas.compiled
glib-compile-schemas --strict /home/a/U/PSL/TP/guake/guake/data
PIPENV_IGNORE_VIRTUALENVS=1 pipenv run ./scripts/run-local.sh
execute Guake GTK3 for developer.
Disabled global site-packages
Traceback (most recent call last):
File "guake/main.py", line 49, in
from guake.support import print_support
File "/home/a/U/PSL/TP/guake/guake/support.py", line 5, in
import gi
ModuleNotFoundError: No module named 'gi'
Done
```
**To Reproduce**
On Ubuntu 20.04.3 LTS
Install dependencies, setting up development environment and executing locally:
```
$ ./scripts/bootstrap-dev-debian.sh
$ make dev
$ sudo make install-schemas
$ make run
```
-------------------------------------------------------------------------------
Please run `$ guake --support`, and paste the results here. Don't put backticks (`` ` ``) around it! The output already contains Markdown formatting. And make sure you run the command **OUTSIDE** the Guake.
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.