-
Notifications
You must be signed in to change notification settings - Fork 1.3k
Migrate away from pkg_resources #1935
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
Conversation
Using pkg_resources as an API is deprecated. Migrate functionality to their importlib and packaging equivalents. Signed-off-by: Georg Pfuetzenreuter <mail@georg-pfuetzenreuter.net>
Required for packaging.version after the removal of pkg_resources. Signed-off-by: Georg Pfuetzenreuter <mail@georg-pfuetzenreuter.net>
This is needed because of the following error...
|
In our case it was needed to an update in (Thanks for merging!) |
From the Py3.12 URL above I see that they recommend |
* Migrate away from pkg_resources Using pkg_resources as an API is deprecated. Migrate functionality to their importlib and packaging equivalents. Signed-off-by: Georg Pfuetzenreuter <mail@georg-pfuetzenreuter.net> * Add packaging to requirements Required for packaging.version after the removal of pkg_resources. Signed-off-by: Georg Pfuetzenreuter <mail@georg-pfuetzenreuter.net> --------- Signed-off-by: Georg Pfuetzenreuter <mail@georg-pfuetzenreuter.net>
Using pkg_resources as an API is deprecated.
Migrate functionality to their importlib and packaging equivalents.