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

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

Open
sazzadur-ons opened this issue Jun 18, 2024 · 1 comment
Labels
help wanted Extra attention is needed

Comments

@sazzadur-ons
Copy link

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.

@sazzadur-ons sazzadur-ons added the help wanted Extra attention is needed label Jun 18, 2024
@sazzadur-ons 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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

2 participants