Azote on Sid fails [solved]

- - ALL UNSTABLE / TESTING THREADS SHOULD BE POSTED HERE - -
This sub-forum is the dedicated area for the ongoing Unstable/Testing releases of Debian. Advanced, or Experienced User support only. Use the software, give, and take advice with caution.
Post Reply
Message
Author
User avatar
manyroads
Posts: 105
Joined: 2021-04-17 14:27
Has thanked: 1 time
Been thanked: 17 times

Azote on Sid fails [solved]

#1 Post by manyroads »

I am attempting to run azote on Wayland Sway using sid. The following error is being thrown.

Any help is appreciated.

Code: Select all

mark@debian ~  
╰─➤  azote
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'
Last edited by manyroads on 2024-12-04 13:32, edited 1 time in total.
Pax vobiscum,
Mark Rabideau- Prof Genealogist - http://many-roads.com
Linux BLOG https://eirenicon.org
swaywm,i3wm,hlwm,bspwm,dwm
Linux User #449130

happypenguin
Posts: 2
Joined: 2024-10-12 10:05
Been thanked: 1 time

Re: Azote on Sid fails

#2 Post by happypenguin »

Is the package python3-pil installed/does installing it fix the problem?

User avatar
manyroads
Posts: 105
Joined: 2021-04-17 14:27
Has thanked: 1 time
Been thanked: 17 times

Re: Azote on Sid fails

#3 Post by manyroads »

Thank you! That did the trick. Much appreciated.
Pax vobiscum,
Mark Rabideau- Prof Genealogist - http://many-roads.com
Linux BLOG https://eirenicon.org
swaywm,i3wm,hlwm,bspwm,dwm
Linux User #449130

Post Reply