ONSdigital/csvcubed

ValueError: numpy.dtype size changed, may indicate binary incompatibility

Opened this issue · 1 comments

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.