使用labelme出错 You might be loading two sets of Qt binaries into the same process.
如题,使用labelme报错。
You might be loading two sets of Qt binaries into the same process. Check that all plugins are compiled against the right Qt binaries. Export DYLD_PRINT_LIBRARIES=1 and check that only one set of binaries are being loaded.
Class QMacAutoReleasePoolTracker is implemented in both /usr/local/opt/qt/lib/QtCore.framework/Versions/5/QtCore (0x109258978) and /usr/local/lib/python3.7/site-packages/cv2/.dylibs/QtCore (0x11aac5700). One of the two will be used. Which one is undefined.
原因是我在安装labelme时安装过qt,但在之后的opencv的安装包中也有qt,解决方法很简单,把报错中的qtcore删除就正常了。
本文来自互联网用户投稿,文章观点仅代表作者本人,不代表本站立场,不承担相关法律责任。如若转载,请注明出处。 如若内容造成侵权/违法违规/事实不符,请点击【内容举报】进行投诉反馈!
