-
Notifications
You must be signed in to change notification settings - Fork 647
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'. Did you mean: 'cfloat'? #1236
Comments
Same issue. Hope this can get fixed! Had to revert to use numpy 1.23.5 for it to work. |
ho need to revert, just remove the np.float -> float from encoders.py |
"ho"? |
experiencing same issue |
|
4 tasks
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Expected behavior
I executed the stallion example and expected to run it successfully.
Actual behavior
However, it failed and raised an error
AttributeError: module 'numpy' has no attribute 'float'. Did you mean: 'cfloat'?
. This is because 'float' was deprecated in the latest version of numpy.The text was updated successfully, but these errors were encountered: