Error message appears when clicking "Manage Extensions" Reproducible: Always Steps to Reproduce: 1.Click on Extensions menu item 2.Choose "Manage Extensions" 3.Note error messages Actual Results: ModuleNotFoundError: No module named 'urllib3' full error listing attached, maybe Expected Results: Extensions management console appears python-urllib3 is installed But there is no clear way to install it inside the Flatpak sandbox structure.
Created attachment 1981006 [details] Full error output The error message that appears inside the dialog when clicking "Manage Extensions"
The following from Fredrick Brennan https://gitlab.com/inkscape/inkscape/-/issues/3017 is supposed to fix it. I can't try it yet until pacman is installed, pending system update. cd $HOME/.config/inkscape/extensions source bin/activate && python3 bin/activate_this.py pacman -S python-gobject python-cssselect PYTHONPATH=/opt/share/inkscape/extensions/:/usr/lib/python3.10/site-packages/ ./manage_extensions.py
Thanks - looks like the inkscape package has a missing dep on python3-requests.
FEDORA-2023-504aaae29b has been submitted as an update to Fedora 39. https://bodhi.fedoraproject.org/updates/FEDORA-2023-504aaae29b
FEDORA-2023-504aaae29b has been pushed to the Fedora 39 stable repository. If problem still persists, please make note of it in this bug report.
Reopening as it still needs a fixed flatpak build. The build system is acting up a bit but hopefully we'll get the flatpak build later today.
If I just export PYTHONPATH before running inkscape, it also works. FYI [k@kek:~]$ export PYTHONPATH=/usr/lib/python3.11/site-packages/ [k@kek:~]$ inkscape
FEDORA-FLATPAK-2023-6e86c120a0 has been submitted as an update to Fedora 38 Flatpaks. https://bodhi.fedoraproject.org/updates/FEDORA-FLATPAK-2023-6e86c120a0
Sorry for the delay. This should be fixed in the linked build now and the fixed build is on its way to the fedora-testing flatpak remote.
FEDORA-FLATPAK-2023-6e86c120a0 has been pushed to the Fedora 38 Flatpaks testing repository. You can provide feedback for this update here: https://bodhi.fedoraproject.org/updates/FEDORA-FLATPAK-2023-6e86c120a0 See also https://fedoraproject.org/wiki/QA:Updates_Testing for more information on how to test updates.
FEDORA-FLATPAK-2023-6e86c120a0 has been pushed to the Fedora 38 Flatpaks stable repository. If problem still persists, please make note of it in this bug report.