PyQt5" xcb"找不到

时间:2017-01-27 20:07:42

标签: python qt pyqt5 archlinux

我用Qt设计师创建了一个应用程序。当我启动我的应用程序它会抛出此错误:

This application failed to start because it could not find or load the Qt platform plugin "xcb"
in "".

Reinstalling the application may fix this problem.
Aborted (core dumped)

错误抛出然后程序执行此行:

app = QtWidgets.QApplication(sys.argv)

这看起来有一些缺失的依赖项。 如何解决此问题?

我尝试重新安装libxcb,但这没有用。

P.S。:我正在使用manjaro linux和python 3.5.2

P.P.S。:我收到此错误,然后尝试启动ipython qtconsole

1 个答案:

答案 0 :(得分:2)

问题在于我用sudo安装了anaconda,而sudo一切正常。我重新安装了没有sudo的anaconda,现在一切都好了