-
-
Notifications
You must be signed in to change notification settings - Fork 25.9k
pypy failure on master #13009
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
It's an incompatibility between pypy and numpy 1.6. fixed in pypy master.
Can downgrade numpy requirements for now?
|
The relevant issue is numpy/numpy#12740 by Joel. |
Do we know why this happens now?
Circle-ci+pypy fails on master with the above error. |
rerun the job but still fails, reopen |
Scipy has gone with using nightly builds of pypy in their ci:
https://github.com/scipy/scipy/pull/9700/files
|
I won't be able to look into this before tomorrow (late), so if anyone has the bandwidth and is interested feel free to push commits to #13018. The main issue seems to be that numpy install attempts to rebuild it from sources instead of using the pre-build numpy wheels. The pinned version should work, but pinning another version might help. I'm not so enthusiastic about using pypy nightly, because users will not use nightly, this used to work before and in the end we don't really need to run pypy with the latest numpy.. |
Yes, it turns out I was trying to build numpy 1.5 (from 2010) with PyPy... Instead of 1.15 -- makes sense it didn't work and was attempting to run 2to3 (presumably to get Python 3.1 compatible code) :) Should be fixed in #13018 |
Not sure what's happening but the failure persists after I rerun the job. ping @rth maybe?
See https://circleci.com/gh/scikit-learn/scikit-learn/43934
The text was updated successfully, but these errors were encountered: