其他分享
首页 > 其他分享> > ValueError: numpy.ufunc size changed, may indicate binary incompatibility. Expected 216 from C heade

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

作者:互联网

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 

标签:216,binary,indicate,Numpy,header,pip,incompatibility,numpy
来源: https://www.cnblogs.com/yibeimingyue/p/15135134.html