Hello,
I recently upgraded Python and now certain programs are no longer working. For instance, when I try to launch Bleachbit from the terminal I get this error:
Traceback (most recent call last):
File "/usr/bin/bleachbit", line 43, in <module>
import bleachbit.GUI
File "/usr/share/bleachbit/GUI.py", line 25, in <module>
from bleachbit import GuiBasic
File "/usr/share/bleachbit/GuiBasic.py", line 28, in <module>
import gi
ModuleNotFoundError: No module named 'gi'
I have no idea how to fix this, so any help would be greatly appreciated.
Thank you.