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

Does not work with Python 3.12+ - pkg_resources package deprecated and removed. #80

Open
justkrys opened this issue Dec 12, 2024 · 1 comment

Comments

@justkrys
Copy link

Hi.

The pkg_resources package was removed in Python 3.12 and was deprecated before that. Your code relies on that package. Ergo, your code is not compatible with Python 3.12+.

Just thought you would like to know.

Thanks for your good work. 😸

@justkrys
Copy link
Author

Hi again,

This can be solved in the short term just by adding setuptools explicitly as a dependency, it seems.

This does not solve the deprecation issue, but at least makes it installable and runnable.

As a workaround, users can just explicitly add setuptools as a (development) dependency to their project.

Anyway, hope this helps. 😸

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

No branches or pull requests

1 participant