使用pycocotools时出现"undefined symbol: _Py_ZeroStruct"
程序员文章站
2022-05-26 23:40:22
...
是因为没有对eavs进行编译
进入coco/PythonAPI的setup.py文件所在目录,执行下面命令进行编译:
make
python3 setup.py build_ext --inplace
# 可能原因是make所使用的python版本不是项目所使用的python版本,最后的python3应该用项目对应的python版本
推荐阅读
-
使用g++编译tf_ops出现undefined symbol: _ZN10tensorflow8internal21CheckOpMessageBuilder9NewStringEv
-
【】使用cURL库时出现Fatal error: Call to undefined function curl_init()
-
【】使用cURL库时出现Fatal error: Call to undefined function curl_init()
-
ImportError: No module named pycocotools.coco,pycocotools/_mask.so: undefined symbol: _Py_ZeroStruct
-
使用pycocotools时出现"undefined symbol: _Py_ZeroStruct"
-
使用pycocotools时出现"undefined symbol: _Py_ZeroStruct"
-
使用meld或beyondcompare时出现cairo的错误: undefined symbol: cairo_tee_surface_index
-
Vue中使用PubSub-js进行组件间通信时出现‘publish‘ of undefined异常解决办法