-
Notifications
You must be signed in to change notification settings - Fork 395
Fixed pkg_resources Deprecated Warning #1911
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
base: master
Are you sure you want to change the base?
Conversation
…bility and removing the dependence for a deprecated package (pkg_resources)
i don't know how to get to your fix....., i can't see anything new to download to fix the package... so, i've made this....
Thanks |
Will this be merged? Has it already been merged? |
I dont think so, they aren't even reviewing the PRs |
Edit manually the changed file on my PR. none more, the deprecated msg will disappear |
Yeah there is sadly no big involvement by the programmers |
🔧 Replaces deprecated pkg_resources.resource_filename with importlib.resources.files() when available (Python ≥ 3.9).
Falls back to pkg_resources for compatibility with older Python versions, avoiding additional dependencies.
to fix the https://setuptools.pypa.io/en/latest/pkg_resources.html warning deprecated resource
issue issue #1909