minji-o-j / YOLOv2

💻 YOLOv2 pytorch
MIT License
0 stars 0 forks source link

Could not load the Qt platform plugin "xcb" even though it was found. #29

Open minji-o-j opened 4 years ago

minji-o-j commented 4 years ago

qt.qpa.xcb: could not connect to display qt.qpa.plugin: Could not load the Qt platform plugin "xcb" in "/home/minji/.local/lib/python3.6/site-packages/cv2/qt/plugins" 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: xcb.

minji-o-j commented 4 years ago

https://elecs.tistory.com/363 안됨

iamlauriano commented 3 years ago

@minji-o-j this solution no do work

minji-o-j commented 3 years ago

@LaurianoElmiroDuarte

I connect the Linux server on my laptop(Windows 10) and code it. In my case, this error occurred when I opened the window to the Linux program. I think the error was caused by a compatibility issue between Linux and Windows. So I moved the code on Linux to Windows, and it didn't matter anymore.