-
Notifications
You must be signed in to change notification settings - Fork 193
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
pythran fails to build with setuptools 73.0.0 #2228
Comments
This was referenced Aug 20, 2024
(brief comment because I'm not feeling 100% and offline for a few days)
|
gentoo-bot
pushed a commit
to gentoo/gentoo
that referenced
this issue
Aug 20, 2024
setuptools has a high rate of churn and now tends to frequently break consumers that subclass or otherwise use the distutils API in complex ways. Today's incompatibility, in particular, happens due to metaclass incompatibilities introduced in setuptools. Pythran fails hard with this (unstable) version of setuptools. Prevent the two from being installed together while we wait for a fix to be determined. Bug: pypa/setuptools#4503 Bug: serge-sans-paille/pythran#2228 Bug: https://bugs.gentoo.org/938246 Signed-off-by: Eli Schwartz <eschwartz@gentoo.org>
serge-sans-paille
added a commit
that referenced
this issue
Aug 20, 2024
This should simplify the life of scipy maintainers, see #2228.
What about #2231 ? |
serge-sans-paille
added a commit
that referenced
this issue
Aug 20, 2024
This should simplify the life of scipy maintainers, see #2228.
serge-sans-paille
added a commit
that referenced
this issue
Aug 20, 2024
This should simplify the life of scipy maintainers, see #2228.
serge-sans-paille
added a commit
that referenced
this issue
Aug 22, 2024
This should simplify the life of scipy maintainers, see #2228.
serge-sans-paille
added a commit
that referenced
this issue
Aug 22, 2024
This should simplify the life of scipy maintainers, see #2228.
I think we can consider this fixed: setuptools fixed the issue upstream, and pythran no longer depends on setuptools for the .cpp generation part. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Found while building
scipy
which depends onpythran
Build environment
See relevant discussion in scipy repo: scipy/scipy#21416
The text was updated successfully, but these errors were encountered: