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
While building csvw in github repo, it throws the following error:
ValueError: numpy.dtype size changed, may indicate binary incompatibility. Expected 96 from C header, got 88 from PyObject
The current version in github repo:
csvcubed=4.10
Python= 3.9
Pandas=2.0.3
Numpy=2.0
The csvw was built successfully till the previous version of numpy, 1.26.4.
When csvcubed is run locally with numpy 1.26.4, it is successfuly built. However, csvcubed command throws the same above error with numpy 2.0.
The text was updated successfully, but these errors were encountered:
sazzadur-ons
changed the title
[GUIDANCE] ValueError: numpy.dtype size changed, may indicate binary incompatibility
ValueError: numpy.dtype size changed, may indicate binary incompatibility
Jun 18, 2024
While building csvw in github repo, it throws the following error:
ValueError: numpy.dtype size changed, may indicate binary incompatibility. Expected 96 from C header, got 88 from PyObject
The current version in github repo:
csvcubed=4.10
Python= 3.9
Pandas=2.0.3
Numpy=2.0
The csvw was built successfully till the previous version of numpy, 1.26.4.
When csvcubed is run locally with numpy 1.26.4, it is successfuly built. However, csvcubed command throws the same above error with numpy 2.0.
The text was updated successfully, but these errors were encountered: