Open Yuchen-ck opened 1 year ago
Error: qt.qpa.xcb: could not connect to display 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 application may fix this problem.
Available platform plugins are: eglfs, linuxfb, minimal, minimalegl, offscreen, vnc, xcb.
Which OS do you use? You need to have x11 (X.Org) running.
Don't use WSL, because it doesn't have cd /tmp/.X11-unix, WSL doesn't support GUI
You don't provide much information. :/ But based on the error you've provided it seems you have problem with X.Org. Here is an article that explains how to use it on all major platforms: https://cuneyt.aliustaoglu.biz/en/running-gui-applications-in-docker-on-windows-linux-mac-hosts/
Thanks!