ValueError: numpy.ufunc size changed, may indicate binary incompatibility. Expected 216 from C heade

https://*.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 
上一篇:flutter doctor报错NoClassDefFoundError解决


下一篇:PAT甲级 1043 Is It a Binary Search Tree (25 分)