Package: Inkscape Version: 1.4
Hello, I have installed Inkscape 1.4 (e7c3feb100, 2024-10-09) on Debian GNU/Linux 13 (trixie), using the official Debian repositories. After creating an image file in .svg format, when I try to export it to .jpg format the operation fails and the following error message is displayed. The export is not completed. Could someone please advise how to resolve this issue or which dependencies might be missing? ``` Traceback (most recent call last): File "/usr/share/inkscape/extensions/raster_output_jpg.py", line 6, in <module> import inkex File "/usr/share/inkscape/extensions/inkex/__init__.py", line 11, in <module> from .extensions import * File "/usr/share/inkscape/extensions/inkex/extensions.py", line 34, in <module> from .elements import ( ... ) File "/usr/share/inkscape/extensions/inkex/elements/__init__.py", line 10, in <module> from ._base import ShapeElement, BaseElement File "/usr/share/inkscape/extensions/inkex/elements/_base.py", line 40, in <module> from ..styles import Style, Classes, StyleValue File "/usr/share/inkscape/extensions/inkex/styles.py", line 31, in <module> import tinycss2 ModuleNotFoundError: No module named 'tinycss2' ``` Thank you in advance for your support. Mimmo Longo [email protected]

