Home

Published

- 1 min read

ValueError: numpy.ufunc size changed, may indicate binary incompatibility. Expected 216 from C header, got 192 from PyObject

img of ValueError: numpy.ufunc size changed, may indicate binary incompatibility. Expected 216 from C header, got 192 from PyObject

The solution for this is noted below

ValueError: numpy.ufunc size changed, may indicate binary incompatibility. Expected 216 from C header, got 192 from PyObject

Solution

   Update your numpy!!

eg: pip install numpy

or copy to clipboard newest version from
https://pypi.org/project/numpy/#history

then: pip install numpy==versionNumber

Try other methods by searching on the site. That is if this doesn’t work