ValueError: numpy.ufunc size changed, may indicate binary incompatibility.

悠悠 2022-12-07 15:12 99阅读 0赞

pycocotools 版本2.0.1,报错位置是pycocotools中的函数

在运行conernet-lite的时候报错

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

解决方法:升级numpy

befor:1.14.6

after:1.18.4

可以运行

发表评论

表情:
评论列表 (有 0 条评论,99人围观)

还没有评论,来说两句吧...

相关阅读