-
Notifications
You must be signed in to change notification settings - Fork 163
BUG: pip install scipy failing on PypPy 7.3.7 #15056 #426
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
Comments
For the sake of the Wheel maintainers: the problem might be that Wheel is erroneously rejecting a valid tag, |
Is this with the latest wheel? I don't have a mac to try with, but at least on Linux, the vendored |
The issue was with 3.7 and |
Just tried on pypy3 3.7.3 and packaging 20.9. The EDIT: Should've scrolled to the top where a link to repro was given. |
Looked at the upstream post, found the whole log as gist and this in it:
When you explicitly request a version of wheel that does not have the necessary fixes, this is the expected result. |
And here is the relevant version in their This has come up quite a few times on this issue tracker. It always comes down to the scientific Python projects pinning their packaging dependencies and then not updating those dependencies. |
Well spotted, thanks. PR to NumPy submitted. |
Hi!,
When trying to install scipy on pypy 7.3.7, it fails due to numpy failing to build - this happens even if numpy has been previously installed.
This issue has been raised here pypa/pip#10631 - where a complete reproducible example has been given. However, it doesn't seem to be neither pip problem, nor a scipy issue (scipy/scipy#15056)
Thanks,
Carlos
The text was updated successfully, but these errors were encountered: