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

Cannot install with setuptools>=58.0.2 #7

Open
KJSanchez opened this issue Aug 26, 2022 · 0 comments
Open

Cannot install with setuptools>=58.0.2 #7

KJSanchez opened this issue Aug 26, 2022 · 0 comments

Comments

@KJSanchez
Copy link

KJSanchez commented Aug 26, 2022

Setuptools 58.0.2 fails fast when installing packages that want 2to3. pypa/setuptools#2769

$ pip list
Package    Version
---------- -------
pip        22.2.2
setuptools 58.0.2

I'm able to install suds-jurko locally with the following pyproject.toml file.

[build-system]
requires = ["setuptools<58"]
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