Lutris Not Launching, Possibly Python Issue

Whenever I try to launch lutris in my terminal I get this:

Traceback (most recent call last):
File “/usr/bin/lutris”, line 52, in
from lutris.gui.application import Application # pylint: disable=no-name-in-module
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
ModuleNotFoundError: No module named ‘lutris’
How do I fix this? I’m using Garuda Linux and just did a full update.

You probably already fixed this. If not, most likely the lutris package simply needs to be reinstalled, possibly clean built.

I don’t know anything about Garunda, but usually this is easy to do. On Arch I just do “yay -S lutris” and tell it to reinstall and clean build the package when it asks.

I did both but I’m still getting the same error. Using yay to install it just gets me back to the extras/lutris version.

I had the same issue. this happened after installing python again. another intreperter was installed in the /usr/local/bin directory and that intreperter does not have access to the lutris modules in python library, site packages.

i copied /usr/lib/python3.11/site-packages/lutris/
/usr/local/lib/python3.11/site-packages

this fixed the problem.

I just did that but nothing’s changed yet.

try runnig these two commands seperately,
python /usr/bin/lutris
python3 /usr/bin/lutris

Same message as the first from both