Community Packages

Please read this before reporting a bug:
https://wiki.archlinux.org/title/Bug_reporting_guidelines

Do NOT report bugs when a package is just outdated, or it is in the AUR. Use the 'flag out of date' link on the package page, or the Mailing List.

REPEAT: Do NOT report bugs for outdated packages!
Tasklist

FS#76749 - [lutris] missing dependency python-certifi

Attached to Project: Community Packages
Opened by Alex (BS86) - Monday, 05 December 2022, 17:19 GMT
Last edited by Maxime Gauduin (Alucryd) - Wednesday, 07 December 2022, 16:32 GMT
Task Type Bug Report
Category Packages
Status Closed
Assigned To Maxime Gauduin (Alucryd)
Filipe LaĆ­ns (FFY00)
Architecture All
Severity Medium
Priority Normal
Reported Version
Due in Version Undecided
Due Date Undecided
Percent Complete 100%
Votes 4
Private No

Details

After the update to 0.5.12 lutris won't start with the following error in terminal:
<code>
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
File "/usr/lib/python3.10/site-packages/lutris/gui/application.py", line 36, in <module>
from lutris.api import parse_installer_url, get_runners
File "/usr/lib/python3.10/site-packages/lutris/api.py", line 14, in <module>
from lutris.util import http, system
File "/usr/lib/python3.10/site-packages/lutris/util/http.py", line 11, in <module>
import certifi
ModuleNotFoundError: No module named 'certifi'
</code>

Installing the package python-certifi fixes the error, it should be added as requirement.
This task depends upon

Closed by  Maxime Gauduin (Alucryd)
Wednesday, 07 December 2022, 16:32 GMT
Reason for closing:  Fixed
Additional comments about closing:  0.5.12-2

Loading...