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

Package does not work on Python 3.12 pkg_resources #146

Open
pedrocamargo opened this issue Jun 4, 2024 · 0 comments · May be fixed by #147
Open

Package does not work on Python 3.12 pkg_resources #146

pedrocamargo opened this issue Jun 4, 2024 · 0 comments · May be fixed by #147

Comments

@pedrocamargo
Copy link

THe package relies on pkg_resources, which has been deprecated since Python 3.11 and was removed on Python 3.12.

One alternative is to use importlib.

@pedrocamargo pedrocamargo linked a pull request Jun 4, 2024 that will close this issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant