Skip to content

Module pkg_resources is deprecated in favor of importlib #1190

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Draft
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

jjmerchante
Copy link
Contributor

Draft Pull Request until we deprecate Python 3.9 because doesn't use the same syntax as in Python >= 3.10

Use of pkg_resources is deprecated in favor of importlib.resources and importlib.metadata since Python 3.12.

Refactor resource loading to use their alternatives.

More info: https://setuptools.pypa.io/en/latest/pkg_resources.html

Use of `pkg_resources` is deprecated in favor of `importlib.resources`
and `importlib.metadata` since Python 3.12.

Refactor resource loading to use their alternatives.

More info: https://setuptools.pypa.io/en/latest/pkg_resources.html

Signed-off-by: Jose Javier Merchante <[email protected]>
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