dongwoodev / csi-inf

Repository for HAR inference based on CSI
0 stars 0 forks source link

qt. qpa.plugin: Could not load the Qt platform plugin "xcb" in "" even though it was found. #8

Closed dongwoodev closed 1 month ago

dongwoodev commented 1 month ago
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 app lication may fix this problem.
Avatlable platform plugins are: eglfs, linuxb, minimal, minimalegl, offscreen, vnc, wayland-egl, waylanc , wayland-composite-egl, wayland-composite-glx, webgl, xcb.
dongwoodev commented 1 month ago

QT 관련, 해당 라이브러리 설치 간 문제가 발생했는데 ubuntu에서는 5.15 이상은 호환이 되지 않는다고 한다.

pip list | grep Qt

위 코드를 통해 Qt 관련 리스트를 모두 uninstall한다. 그리고 다음 버전(5.14.2)을 설치한다.

pip install PyQt5==5.14.2