Package: azote
X-Debbugs-Cc: [email protected]
Version: 1.13.1-1
Severity: important
Dear Maintainer,
* What led up to the situation?
Installed the package azote (version 1.13.1-1) from the Debian Trixie repository
Tried to run it from a terminal, command 'azote'.
* What was the outcome of this action?
Azote exited with this error message:
Traceback (most recent call last):
File "/usr/bin/azote", line 33, in <module>
sys.exit(load_entry_point('azote==1.13.1', 'gui_scripts', 'azote')())
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/usr/bin/azote", line 25, in importlib_load_entry_point
return next(matches).load()
^^^^^^^^^^^^^^^^^^^^
File "/usr/lib/python3.12/importlib/metadata/__init__.py", line 205, in load
module = import_module(match.group('module'))
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/usr/lib/python3.12/importlib/__init__.py", line 90, in import_module
return _bootstrap._gcd_import(name[level:], package, level)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "<frozen importlib._bootstrap>", line 1387, in _gcd_import
File "<frozen importlib._bootstrap>", line 1360, in _find_and_load
File "<frozen importlib._bootstrap>", line 1331, in _find_and_load_unlocked
File "<frozen importlib._bootstrap>", line 935, in _load_unlocked
File "<frozen importlib._bootstrap_external>", line 995, in exec_module
File "<frozen importlib._bootstrap>", line 488, in _call_with_frames_removed
File "/usr/lib/python3/dist-packages/azote/main.py", line 20, in <module>
from PIL import Image
ModuleNotFoundError: No module named 'PIL'
* What outcome did you expect instead?
That azote would open a window.
* What exactly did you do that was effective
Install the package python3-pil
python-pillow is listed as a dependency upstream:
https://github.com/nwg-piotr/azote#dependencies-as-used-in-the-azote-aur-package
python3-pil claims:
Provides: python3-pillow
I would suggest python3-pil is added to the Depends of azote.
-- System Information:
Debian Release: trixie/sid
APT prefers testing
APT policy: (500, 'testing')
Architecture: amd64 (x86_64)
Kernel: Linux 6.11.5-amd64 (SMP w/2 CPU threads; PREEMPT)
Locale: LANG=en_GB.UTF-8, LC_CTYPE=en_GB.UTF-8 (charmap=UTF-8), LANGUAGE not set
Shell: /bin/sh linked to /usr/bin/dash
Init: systemd (via /run/systemd/system)
LSM: AppArmor: enabled
Versions of packages azote depends on:
ii libgtk-3-dev 3.24.43-4
ii python3 3.12.6-1
Versions of packages azote recommends:
ii feh 3.10.2-1
ii grim 1.4.0+ds-2+b1
pn libayatana-appindicator-dev <none>
ii python3-yaml 6.0.2-1
ii swaybg 1.2.1-1
ii wlr-randr 0.4.1-1
ii x11-xserver-utils 7.7+10+b1
azote suggests no packages.
-- no debconf information
--
John