エラー:
1 2 3 4 5 6 7 8 9 10 11 |
Traceback (most recent call last): File "/usr/share/inkscape/extensions/raster_output_jpg.py", line 28, in <module> JpegOutput().run() File "/usr/share/inkscape/extensions/inkex/base.py", line 230, in run self.load_raw() File "/usr/share/inkscape/extensions/inkex/base.py", line 244, in load_raw document = self.load(self.file_io) ^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/share/inkscape/extensions/inkex/extensions.py", line 107, in load from PIL import Image ModuleNotFoundError: No module named 'PIL' |
追加インストール:
1 |
$ sudo apt install python3-pillow |
環境:
1 2 3 4 5 6 |
Linux PCName 6.1.0-28-amd64 #1 SMP PREEMPT_DYNAMIC Debian 6.1.119-1 (2024-11-22) x86_64 GNU/Linux No LSB modules are available. Distributor ID: Debian Description: Debian GNU/Linux 12 (bookworm) Release: 12 Codename: bookworm |