You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I know that numpy recently released a new major version: 2.0.0
and with it are quite a few changes to its internal dtypes, but I haven't run a test build since the release.
Can you try using an older version? Say numpy<2.0.0?
Please let me know if that fixes things. I'll pin the dependencies of this project if it does (for anyone else that might run into this)
I'm trying to run this example code from: https://gist.github.com/royshil/2abf89b8d12072cdd793ddda2b73c497 and I received the error of :
ValueError: numpy.dtype size changed, may indicate binary incompatibility. Expected 96 from C header, got 88 from PyObject
I didn't find any documentation addressing Numpy compatibility, any solution?
The text was updated successfully, but these errors were encountered: