关于qt.qpa.plugin: Could not load the Qt platform plugin “xcb“的问题
今天在运行代码的时候出现了以下错误,经查找资料,找到了解决方法。错误如下:QFactoryLoader::QFactoryLoader() checking directory path "/usr/bin/platforms" ...Cannot load library /usr/local/lib/python3.6/dist-packages/cv2/qt/plugins/platform
·
今天在运行代码的时候出现了以下错误,经查找资料,找到了解决方法。
错误如下:
QFactoryLoader::QFactoryLoader() checking directory path "/usr/bin/platforms" ...
Cannot load library /usr/local/lib/python3.6/dist-packages/cv2/qt/plugins/platforms/libqxcb.so: (libSM.so.6: cannot open shared object file: No such file or directory)
QLibraryPrivate::loadPlugin failed on "/usr/local/lib/python3.6/dist-packages/cv2/qt/plugins/platforms/libqxcb.so" : "Cannot load library /usr/local/lib/python3.6/dist-packages/cv2/qt/plugins/platforms/libqxcb.so: (libSM.so.6: cannot open shared object file: No such file or directory)"
qt.qpa.plugin: Could not load the Qt platform plugin "xcb" in "/usr/local/lib/python3.6/dist-packages/cv2/qt/plugins" even though it was found.
This application failed to start because no Qt platform plugin could be initialized. Reinstalling the application may fix this problem.
Available platform plugins are: xcb.
Aborted (core dumped)
根据问题描述,虽然能够找到但是不能加载Qt平台插件“xcb”,虽然接下来又说重新安装可能能够解决,这个可能的话,还是尽量作为最下的选择吧。
更多推荐
已为社区贡献2条内容
所有评论(0)