Skip to content

Replace pkg_resources with importlib#115

Open
wico-kolmas wants to merge 1 commit intodronecan:masterfrom
wico-kolmas:remove_pkg_resources
Open

Replace pkg_resources with importlib#115
wico-kolmas wants to merge 1 commit intodronecan:masterfrom
wico-kolmas:remove_pkg_resources

Conversation

@wico-kolmas
Copy link

@wico-kolmas wico-kolmas commented Mar 4, 2026

dronecan_gui_tool cannot be installed on systems with python 3.12+, because dependency pkg_resources was removed. In this PR, I replaced pkg_resources with importlib, following the migration guide:

https://importlib-resources.readthedocs.io/en/latest/migration.html

This fulfills the same purpose as PR #114

and solves issue #113

Tested on Ubuntu 24.04

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant