-
Notifications
You must be signed in to change notification settings - Fork 15
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
Remove use of pkg_resources #245
Comments
This was referenced Jan 2, 2024
The replacement for However, |
JonathonReinhart
added a commit
that referenced
this issue
Jan 3, 2024
pkg_resources is deprecated. Fixes #245
JonathonReinhart
added a commit
that referenced
this issue
Jan 3, 2024
pkg_resources is deprecated: https://setuptools.pypa.io/en/latest/pkg_resources.html This prefers importlib.metadata (introduced in Python 3.8) and uses the backport importlib_metadata for Python 3.7 (to be removed in #242). Fixes #245
JonathonReinhart
added a commit
that referenced
this issue
Jan 3, 2024
pkg_resources is deprecated: https://setuptools.pypa.io/en/latest/pkg_resources.html This prefers importlib.metadata (introduced in Python 3.8) and uses the backport importlib_metadata for Python 3.7 (to be removed in #242). Fixes #245
JonathonReinhart
added a commit
that referenced
this issue
Jan 3, 2024
pkg_resources is deprecated: https://setuptools.pypa.io/en/latest/pkg_resources.html This prefers importlib.metadata (introduced in Python 3.8) and uses the backport importlib_metadata for Python 3.7 (to be removed in #242). Fixes #245
JonathonReinhart
added a commit
that referenced
this issue
Jan 3, 2024
…247) pkg_resources is deprecated: https://setuptools.pypa.io/en/latest/pkg_resources.html This prefers importlib.metadata (introduced in Python 3.8) and uses the backport importlib_metadata for Python 3.7 (to be removed in #242). Fixes #245
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
https://setuptools.pypa.io/en/latest/pkg_resources.html
https://importlib-resources.readthedocs.io/en/latest/migration.html
https://phabricator.wikimedia.org/T340640
googleapis/python-api-core#27
https://github.com/googleapis/python-api-core/pull/80/files
fralau/mkdocs-macros-plugin#157
https://docs.python.org/3/whatsnew/3.12.html#:~:text=This%20means%20that%20distutils%2C%20setuptools%2C%20pkg_resources%2C%20and%20easy_install%20will%20no%20longer%20available%20by%20default
The text was updated successfully, but these errors were encountered: