You are not logged in.
Pages: 1
Hi.
I installed DisplayCAL without any problems, but if I try to launch it I get the following error:
$ LC_ALL=C displaycal
Traceback (most recent call last):
File "/usr/bin/displaycal", line 4, in <module>
from DisplayCAL.main import main
File "/usr/lib/python3.10/site-packages/DisplayCAL/main.py", line 16, in <module>
import distro
ModuleNotFoundError: No module named 'distro'The main.py file can be seen at:
Last edited by apaz (2022-07-04 13:23:03)
Offline
known issue, see https://bugs.archlinux.org/task/74959
As a workaround try installing python-distro .
Disliking systemd intensely, but not satisfied with alternatives so focusing on taming systemd.
clean chroot building not flexible enough ?
Try clean chroot manager by graysky
Offline
It works! Thank you.
Offline
Pages: 1