[Bug 265985] graphics/inkscape: Manage Extensions crashes

From: <bugzilla-noreply_at_freebsd.org>
Date: Mon, 22 Aug 2022 01:14:13 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=265985

            Bug ID: 265985
           Summary: graphics/inkscape: Manage Extensions crashes
           Product: Ports & Packages
           Version: Latest
          Hardware: Any
                OS: Any
            Status: New
          Severity: Affects Only Me
          Priority: ---
         Component: Individual Port(s)
          Assignee: gnome@FreeBSD.org
          Reporter: trombik1973@gmail.com
             Flags: maintainer-feedback?(gnome@FreeBSD.org)
          Assignee: gnome@FreeBSD.org

1. open inkscape.
2. [Extensions] -> [Manage Extensions].

see the trace below.

a quick fix: pkg install devel/py-appdirs

An error occured with the extensions manager!
Trying to self-update the package... Failed to update!

Please delete the package manually! (see location below)


Please report this error
------------------------

Report URL: https://gitlab.com/inkscape/extras/extension-manager/-/issues
Location: /usr/local/share/inkscape/extensions/inkman/inkman/inkman
inkscape-extension-manager: 1.0

Not done
Traceback (most recent call last):
  File
"/usr/local/share/inkscape/extensions/inkman/inkman/manage_extensions.py", line
61, in recovery_run
    run(args)
  File
"/usr/local/share/inkscape/extensions/inkman/inkman/manage_extensions.py", line
36, in run
    from inkman.targets import TARGETS
  File "/usr/local/share/inkscape/extensions/inkman/inkman/inkman/targets.py",
line 5, in <module>
    from .target import ExtensionsTarget, BasicTarget
  File "/usr/local/share/inkscape/extensions/inkman/inkman/inkman/target.py",
line 32, in <module>
    from .remote import RemoteArchive, LocalFile
  File "/usr/local/share/inkscape/extensions/inkman/inkman/inkman/remote.py",
line 38, in <module>
    from .utils import INKSCAPE_VERSION, CACHE_DIR
  File "/usr/local/share/inkscape/extensions/inkman/inkman/inkman/utils.py",
line 26, in <module>
    from appdirs import user_cache_dir
ModuleNotFoundError: No module named 'appdirs'

-- 
You are receiving this mail because:
You are the assignee for the bug.