[SOLVED] Lutris 0.5.0-1 errors out with message and cannot be launched

Good morning, dudes and dudettes. I am running ArchLinux and I am getting the following stack trace after just having installed 0.5.0-1. Error message reads as follows:

Traceback (most recent call last):
File “/usr/bin/lutris”, line 31, in
from lutris.gui.application import Application
File “/usr/lib/python3.7/site-packages/lutris/gui/application.py”, line 34, in
from lutris.game import Game
File “/usr/lib/python3.7/site-packages/lutris/game.py”, line 14, in
from lutris.runners import import_runner, InvalidRunner, wine
File “/usr/lib/python3.7/site-packages/lutris/runners/wine.py”, line 10, in
from lutris.gui.dialogs import FileDialog
File “/usr/lib/python3.7/site-packages/lutris/gui/dialogs/init.py”, line 6, in
from lutris.gui.widgets.utils import open_uri
File “/usr/lib/python3.7/site-packages/lutris/gui/widgets/utils.py”, line 4, in
from PIL import Image
ModuleNotFoundError: No module named ‘PIL’

It looks like there is some problem with the image import. Has anyone run into this and is it an error on my end or do we need a patch for this?

Have a good day!

I managed to solve it, sort of, by downgrading the package using the following command.

sudo pacman -U “path to package”

I had to download it from the archive at this url:
https://archive.archlinux.org/packages/l/lutris/

And now I can play using the old version.

Yay! Installing python-pillow made it work for me. I am using Xfce 4

1 Like