Ubuntu (日常操作小技巧三) Qt platform plugin “xcb”,

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

anaconda环境,打开spyder,出现问题如下:

QT配置问题,解决方法如下:

sudo gedit ~/.bashrc

export QT_PLUGIN_PATH=<安装anaconda的路径>/anaconda/lib   # 在最后写入

source ~/.bashrc

QT_PLUGIN_PATH 的路径确定方法:在终端输入:qmake -V

你可能感兴趣的:(Linux)