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

fix: pin setuptools dependency below 73.0.0 #2229

Conversation

tommilligan
Copy link

@tommilligan tommilligan commented Aug 20, 2024

ref: #2228

Please see above issue for description of failure.
The release of setuptools 73.0.0 appears to have broken the build process for pythran.

This can be mitigated by updating the build files, but as an immediate fix, pin to existing lower versions that build successfully.

@rgommers
Copy link
Contributor

Note that this isn't a fix, just a workaround. So it shouldn't uses Closes in the PR description. I'll comment on the issue in more detail.

@tommilligan
Copy link
Author

Note that this isn't a fix, just a workaround. So it shouldn't uses Closes in the PR description. I'll comment on the issue in more detail.

Thanks - amended.

@serge-sans-paille
Copy link
Owner

Quoting @rgommers :

I'd really like pythran to not need setuptools at all for the transpiling functionality it offers, but localize that to the extension module building functionality. If that's a lot of work, adding upper bounds to pythran releases is a reasonable shorter-term workaround.

I'll have a look.

@serge-sans-paille
Copy link
Owner

As explained in #2228 this should no longer be needed.

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 this pull request may close these issues.

3 participants