-
-
Notifications
You must be signed in to change notification settings - Fork 18
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
AttributeError: module 'numpy' has no attribute 'float'. #226
Comments
@jhlegarreta - something easily fixable? |
@chamberm Having a look now. The issue seems to be the dependencies in the Binder instance: a recent NumPy vs. an incompatible DIPY version. So far from the Binder instance launch logs:
NumPy made changes to the basic types, introducing deprecation warnings, in version 1.20.0: Which probably were meant to raise errors after some release cycles. DIPY 1.3.0 only enforced And clearly, the Binder instance is installing both DIPY and NumPy versions that are not the ones in the current So we need to find the way for Binder to pull from the packages versions from the current |
This repository uses a The |
@tobyhodges thanks for having cast light on this 💯 ! PR #227 synchronizes the Other than that, @chamberm the next issue you may run into when using the cloud hosted |
You can go ahead - we can test online. This will be the primary use on my side for students. |
Thanks Maxime. Merged. Please close the issue if the merged PR fixes it; otherwise, I'll do it myself after a reasonable period, as I consider the issue fixed. Feel free to open other issues as you encounter them. I'll try to make steps forward to improve things as time permits. Last but not least, many thanks for your interest. |
A few days have elapsed; I am going ahead and closing the issue, as the primary error reported here was fixed. |
I am running the online Binder version and this occurs within the first few lines - any tips?
The text was updated successfully, but these errors were encountered: