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

[Bug]: pkg_resources is deprecated #6455

Open
mscheltienne opened this issue May 10, 2024 · 0 comments
Open

[Bug]: pkg_resources is deprecated #6455

mscheltienne opened this issue May 10, 2024 · 0 comments
Labels
🐞 bug Issue describes a bug (crash or error) or undefined behavior. ▶️ good first issue

Comments

@mscheltienne
Copy link
Contributor

mscheltienne commented May 10, 2024

pkg_resources is still used within the code-base, while being deprecated. This is not an issue for python 3.10, but is an issue for 3.11 and 3.12 which issues a deprecation warning.
See: https://setuptools.pypa.io/en/latest/pkg_resources.html

It should be replaced with importlib.resources and importlib.metadata through the codebase.

@mscheltienne mscheltienne added the 🐞 bug Issue describes a bug (crash or error) or undefined behavior. label May 10, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
🐞 bug Issue describes a bug (crash or error) or undefined behavior. ▶️ good first issue
Projects
None yet
Development

No branches or pull requests

2 participants