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

Missing dependency for py3.12 (pkg_resources / setuptools) #91

Open
ewjoachim opened this issue Mar 23, 2024 · 1 comment
Open

Missing dependency for py3.12 (pkg_resources / setuptools) #91

ewjoachim opened this issue Mar 23, 2024 · 1 comment

Comments

@ewjoachim
Copy link

Hello,

Python3.12 does not include setuptools in default venvs anymore, if a package needs setuptools, it needs to explicitly import it.

This package uses pkg_resources which is distributed by setuptools.
It should not use pkg_resources, because it's deprecated, but in the meantime, it should declare an explicit dependency to setuptools.

@ewjoachim
Copy link
Author

(note: I'm seeing this issue through migra, but because of this, it affects migra too)

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