Hey everyone,
Yesterday i installed some side-scripts in python. Mainly yfinance pandas-ta which might have interferred with my lutris installation, because when i try to start it up it shows me this error message:
lutris -d
Traceback (most recent call last):
File "/usr/bin/lutris", line 52, in <module>
from lutris.gui.application import Application # pylint: disable=no-name-in-module
ModuleNotFoundError: No module named 'lutris'
Even an uninstall, restart and reinstall didnt work.
I also cloned the lutris from git and tried to run it from there which gave the following error messag:
./bin/lutris -d
Traceback (most recent call last):
File "./bin/lutris", line 52, in <module>
from lutris.gui.application import Application # pylint: disable=no-name-in-module
File "/mnt/Media/Downloads/lutris/lutris/gui/application.py", line 28, in <module>
import gi
ModuleNotFoundError: No module named 'gi'
gi is installed in the normal python module. I am at my wits end and am searching for some hints, tips or a solution.
Best Regards,
koik