bsc-quantic / dirB

An I/O HDF5-based utility to assist in the distribution, execution and integration of mathematical optimization models results coming from different sources.
Apache License 2.0
1 stars 0 forks source link

ValueError: numpy.dtype #15

Open josejvalle opened 1 week ago

josejvalle commented 1 week ago

from dirB.base import zsan_DirB

genera el error: ValueError: numpy.dtype size changed, may indicate binary incompatibility. Expected 96 from C header, got 88 from PyObject

Python 3.11.7 h5py==3.9.0 numpy==2.1.2 pandas==2.0.2

¿podéis especificar la versión de numpy en el requirements.txt?

josejvalle commented 1 week ago

con la versión de numpy==1.26.4 funciona