ValueError: numpy.ufunc size changed, may indicate binary incompatibility. Expected 216 from C header, got 192 from PyObject
I was getting the same error, solved by upgrading Numpy
pip uninstall numpy
----> run it 2-3 times until you see "numpy not found"
install the latest Numpy by simple pip
pip install numpy