Electronic_load_px100
Electronic_load_px100 copied to clipboard
need to downgrade numpy version to < 2.0
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
The solution now is to upgrade pandas to a version newer than 2.2. I'll submit a PR for that soon.