Skip to content
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: np.float_ was removed in the NumPy 2.0 release. Use np.float64 instead #4

Open
mbbio opened this issue Aug 6, 2024 · 0 comments

Comments

@mbbio
Copy link
Owner

mbbio commented Aug 6, 2024

Recent numpy release caused this error. I will look into it with the next release.
However, in the meantime, you can uninstall numpy and install the numpy==1.26.4 version to solve it.

pip uninstall numpy
pip install numpy==1.26.4

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant