Electronic_load_px100 icon indicating copy to clipboard operation
Electronic_load_px100 copied to clipboard

need to downgrade numpy version to < 2.0

Open ks00x opened this issue 1 year ago • 1 comments

Couldn't get it to run with the supplied requirements.txt on Linux. The following error could be avoided by using a numpy version < 2.0. numpy==1.26.4 worked for me.

ValueError: numpy.dtype size changed, may indicate binary incompatibility. Expected 96 from C header

ks00x avatar Jan 27 '25 15:01 ks00x

The solution now is to upgrade pandas to a version newer than 2.2. I'll submit a PR for that soon.

1NFR4R3D avatar Oct 09 '25 13:10 1NFR4R3D