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

https://stackoverflow.com/questions/60323366/valueerror-numpy-ufunc-size-changed-may-indicate-binary-incompatibility-expec

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 
posted on 2021-08-12 22:19  一杯明月  阅读(346)  评论(0编辑  收藏  举报