다음과 같은 에러를 내면서 QT가 실행되지 않을 경우가 있다.

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


그럴 경우는 간단하게 QT를 다시 설치하면 된다.

$ sudo ./conda remove qt
$ sudo ./conda remove pyqt
$ sudo ./conda install qt
$ sudo ./conda install pyqt 


+ Recent posts