I am trying to run ibus-setup and getting the following
$ ibus-setup
Traceback (most recent call last):
File "/usr/share/ibus/setup/main.py", line 31, in <module>
from gi.repository import GLib
ImportError: No module named 'gi'
Neigther of the following helped:
pip install gi
pip install pgi
sudo apt install python-gi
sudo apt install python3-gi
How to run ibus-setup?