一. 报错信息
环境:ubuntu16.04
报错:(在以安装pyqt5的情况下)文章来源:https://www.toymoban.com/news/detail-604341.html
qt.qpa.plugin: Could not load the Qt platform plugin "xcb" in "" 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: eglfs, linuxfb, minimal, minimalegl, offscreen, vnc, wayland-egl, wayland, wayland-xcomposite-egl, wayland-xcomposite-glx, webgl, xcb.
Aborted (core dumped)
二. 解决办法
sudo apt install libxcb-xinerama0
完美解决!!!文章来源地址https://www.toymoban.com/news/detail-604341.html
到了这里,关于qt.qpa.plugin: Could not load the Qt platform plugin “xcb“ in ““ even though it was found.(解决办法)的文章就介绍完了。如果您还想了解更多内容,请在右上角搜索TOY模板网以前的文章或继续浏览下面的相关文章,希望大家以后多多支持TOY模板网!