You are not logged in.

#1 2024-08-21 22:19:31

Delv
Member
Registered: 2024-08-21
Posts: 1

Lutris isn't opening

If I use

sudo Pacman -S lutris

lutris won't boot

putting lutris in the console gives

Traceback (most recent call last):
  File "/usr/bin/lutris", line 61, in <module>
    from lutris.gui.application import Application  # pylint: disable=no-name-in-module
    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/usr/lib/python3.12/site-packages/lutris/gui/application.py", line 31, in <module>
    gi.require_version("Gdk", "3.0")
  File "/usr/lib/python3.12/site-packages/gi/__init__.py", line 122, in require_version
    raise ValueError('Namespace %s not available' % namespace)
ValueError: Namespace Gdk not available

If I downgrade the python package

sudo downgrade python 

[3.12.5 ->3.11.8-1]

The message now reads

Traceback (most recent call last):
  File "/usr/bin/lutris", line 61, in <module>
    from lutris.gui.application import Application  # pylint: disable=no-name-in-module
    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
ModuleNotFoundError: No module named 'lutris'

I'm not sure what to do from here

Offline

Board footer

Powered by FluxBB