1
Qtデザイナーでアプリを作成しました。PyQt5 "xcb"が見つかりません
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 .:私はmanjaro linuxとpython 3.5.2を使用しています。
P.P.S:私はこのエラーが続いipython qtconsole
このコマンドの出力は次のようなものです:ldd /usr/lib/qt/plugins/platforms/libqxcb.so – eyllanesc
secondコマンド? – eyllanesc
@eyllanesc、[here](http://pastebin.com/raw/v167uWsK)は 'ldd/usr/lib/qt/plugins/platforms/libqxcb.so'の出力です – KgOfHedgehogs