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

ModuleNotFoundError: No module named 'pkg_resources' #617

Open
ldng opened this issue Sep 18, 2024 · 3 comments
Open

ModuleNotFoundError: No module named 'pkg_resources' #617

ldng opened this issue Sep 18, 2024 · 3 comments

Comments

@ldng
Copy link

ldng commented Sep 18, 2024

It seems the project is depending implicitly on setuptools at runtime.
Systematic presence of setuptools should not be assumed; especially now since uv is eating pypa's lunch.
Could that dependency at least be made explicit ?
Or, even better, drop pkg_resources to not depend on setuptools at all (at least runtime wise).

Thanks

@beahues
Copy link

beahues commented Sep 27, 2024

This looks fixed in #541
but it requires either a new release, which looks challenging based on https://github.com/jazzband/django-polymorphic/releases or using the repo directly.

@vdboor
Copy link
Collaborator

vdboor commented Oct 4, 2024

@beahues The pypi invite I'd sent was expired. With the recent attempt it looks like a release is now possible. the jazzband pypi user has access now.

@martin-thoma
Copy link

Are there any releases planned?

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

4 participants