RuntimeWarning: numpy.ufunc size changed, may indicate binary incompatibility. Expected 192 from C header, got 216 from PyObject return f(*args, **kwds) code example
Example: ValueError: numpy.ufunc size changed, may indicate binary incompatibility. Expected 216 from C header, got 192 from PyObject
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