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

Use of deprecated pkg_resources API #1274

Open
douglas-raillard-arm opened this issue Nov 20, 2024 · 0 comments
Open

Use of deprecated pkg_resources API #1274

douglas-raillard-arm opened this issue Nov 20, 2024 · 0 comments
Labels

Comments

@douglas-raillard-arm
Copy link
Contributor

Describe the issue
WA uses a deprecated API as can be seen from wa --help output:

wa:4: DeprecationWarning: pkg_resources is deprecated as an API. See https://setuptools.pypa.io/en/latest/pkg_resources.html

Apparently, the importlib module from the standard library can now deal with that use case originally covered by setuptools.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant