-
Notifications
You must be signed in to change notification settings - Fork 260
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
Numpy pre-release breaks setting some arrays writable #697
Comments
We got the same error on DIPY project as you can see here |
Why doesn't the |
@eric-wieser That error is only hit in the Python 2.7 tests, so it's due to |
I see |
@eric-wieser - Python 2.7 hits this path with Bzip2 files. |
Can you take a dependency on the |
FWIW, this issue hit Debian now as well https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=917680 |
Okay. I guess we should go ahead and merge #700 and cut a bug-fix release. |
Most likely culprit is numpy/numpy#11739, which was merged 7 days ago.
Example failures:
The text was updated successfully, but these errors were encountered: