ValueError running extensions manager
Python 3.8.3
Linux
Inkscape-091e20e-x86_64.AppImage (running as executable AppImage)
This error was triggered by selecting from top menu: Extensions/Manage Extensions.
If I extract the AppImage per these instructions https://inkscape.org/learn/appimage/ the error does not occur
Maybe there's something hooky in my Python installation. I know a bit of Python but not smart enough to debug this problem, sorry.
(Further errors manifest on subsequent actions, will report these separately)
` 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: /initrd/mnt/tmpfs/tmp/.mount_Inkscan5TsOh/usr/share/inkscape/extensions/inkman/inkman/inkman inkscape-extension-manager: 1.0
Not done Traceback (most recent call last): File "manage_extensions.py", line 61, in recovery_run run(args) File "manage_extensions.py", line 47, in run version = options.for_version or get_inkscape_version() File "/initrd/mnt/tmpfs/tmp/.mount_Inkscan5TsOh/usr/share/inkscape/extensions/inkman/inkman/inkman/utils.py", line 95, in get_inkscape_version (major, minor) = line.strip().split(" ")[1].split(".")[:2] ValueError: not enough values to unpack (expected 2, got 1) `