Skip to content
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

Replacement for pkg_resources #249

Closed
jbylund opened this issue May 25, 2023 · 1 comment
Closed

Replacement for pkg_resources #249

jbylund opened this issue May 25, 2023 · 1 comment
Assignees

Comments

@jbylund
Copy link
Contributor

jbylund commented May 25, 2023

pkg_resources is now deprecated in favor of importlib.metadata / importlib_metadata (source). Right now it causes warnings and in the future (3.12?) I think it will stop working entirely. I saw there was a related pr but it was using importlib.metadata which apparently has different behaviors on some versions of python and caused issues for some users (ref). Maybe it would be acceptable to use importlib_metadata (the backport) either on all versions of python or only when necessary.

@apetenchea
Copy link
Member

Fixed in #250

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

No branches or pull requests

2 participants