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

报错信息完整如下

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

报错原因

numpy版本太低了导致的

解决方案

pip uninstall numpy
pip install --upgrade numpy
发布了1185 篇原创文章 · 获赞 310 · 访问量 117万+

猜你喜欢

转载自blog.csdn.net/qq_37591637/article/details/103970465