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

rfe: pkg_resources module replacement #5952

Closed
wants to merge 1 commit into from

Conversation

PaulYuuu
Copy link

The use of pkg_resources is deprecated in favor of importlib_metadata, importlib_resources, so remove it from project.

@PaulYuuu PaulYuuu force-pushed the pkg_resources branch 10 times, most recently from aee1721 to 2ea8afe Compare June 13, 2024 03:24
The use of pkg_resources is deprecated in favor of importlib_metadata,
importlib_resources, so remove it from project.

Signed-off-by: Yihuang Yu <[email protected]>
@PaulYuuu
Copy link
Author

stdlib importlib.metadata/resources are not stable, closing this.

@PaulYuuu PaulYuuu closed this Jun 14, 2024
@clebergnu
Copy link
Contributor

Hi @PaulYuuu,

A follow up on this is that we already have issue #5754 that includes the work you talk about here.

I've already did some work here, and the lack of API stability you mention is real. The solution I'm attempting is to introduce a autils.compat.importlib that provides a stable API across Python versons.

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

Successfully merging this pull request may close these issues.

2 participants