
Available platform plugins are: xcb, eglfs, linuxfb, minimal, minimalegl, of
pycharm使用pyqt5
错误 :Available platform plugins are: xcb, eglfs, linuxfb, minimal, minimalegl, of
解决办法开头加入
envpath = '/data/xx/xx/venv/lib/python3.6/site-packages/cv2/qt/plugins/platforms' os.environ['QT_QPA_PLATFORM_PLUGIN_PATH'] = envpath亲测可用
参考: blog.csdn/sinat_21791203/article/details/110293722
👁️ 阅读量:0
© 版权声明:本文《Available platform plugins are: xcb, eglfs, linuxfb, minimal, minimalegl, of》内容均为本站精心整理或网友自愿分享,如需转载请注明原文出处:https://www.zastudy.cn/wen/1686992841a414818.html。