delvelabs/batea

ValueError: numpy.ndarray size changed

Closed this issue · 3 comments

When installing Batea in an venv I get the following error if I try to execute it:

ValueError: numpy.ndarray size changed, may indicate binary incompatibility. Expected 88 from C header, got 80 from PyObject

Hi,

I lack a bit of context, what OS and python version you are running. Have you tried what is here: https://stackoverflow.com/questions/66060487/valueerror-numpy-ndarray-size-changed-may-indicate-binary-incompatibility-exp

Okay, upgrading from numpy-1.19.4 to numpy-1.21.2 seemed to have solved the problem. Excuse me for opening an issue here.