본문 바로가기
AP/RK3588

qt.qpa.plugin: Could not find the Qt platform plugin "wayland"

by mokhwasomssi 2023. 7. 26.

deepsort dependency 몇 개 설치했더니 갑자기 이미지가 안뜨고 이런 오류 발생

 

터미널에 이거 쳐서 해결.

QT_QPA_PLATFORM="xcb"

 


https://venam.nixers.net/blog/unix/2016/10/25/x11-blah-blah.html

 

Xcb, X11, Xlib, Wayland?

What's happening here! This isn't a podcast about window managers and the ways to make one. (Though we might record one in the future) It's about the architectural differences between the different ways of interacting with the system to display graphics. B

venam.nixers.net

https://tecadmin.net/etc-environment-file-in-linux/

 

How to Effectively Use the '/etc/environment' File in Linux – TecAdmin

Linux, the powerful open-source operating system, offers flexibility and customization opportunities that are often unattainable with other platforms. One area where this flexibility becomes particularly apparent is in managing environment variables. The `

tecadmin.net

https://stackoverflow.com/questions/69994530/qt-qpa-plugin-could-not-find-the-qt-platform-plugin-wayland

 

qt.qpa.plugin: Could not find the Qt platform plugin "wayland"

I'm trying to run through some image recognition tutorials, but I keep running into this error that's preventing me from proceeding. I'm running Ubuntu 21.10, and Python 3.9.7. My code is as such. ...

stackoverflow.com