Could not load the Qt platform plugin "xcb" 에러 해결방법

마이클의 AI 연구소·2022년 10월 25일
1
post-thumbnail

파이썬 코드 실행시 다음과 같은 에러가 발생했다.

u.so: cannot open shared object file: No such file or directory
  warn(f"Failed to load image Python extension: {e}")
QObject::moveToThread: Current thread (0x564263947640) is not the object's thread (0x564268332560).
Cannot move to target thread (0x564263947640)

qt.qpa.plugin: Could not load the Qt platform plugin "xcb" in "/home/stans/anaconda3/envs/keti-gui-3d/lib/python3.9/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, eglfs, linuxfb, minimal, minimalegl, offscreen, vnc, wayland-egl, wayland, wayland-xcomposite-egl, wayland-xcomposite-glx, webgl.

Aborted (core dumped)

그 경우 아래 방법으로 해결된다.

pip uninstall opencv-python
pip install opencv-python-headless
profile
늘 성장을 꿈꾸는 자들을 위한 블로그입니다.

2개의 댓글

comment-user-thumbnail
2023년 3월 29일

감사합니다ㅠㅠㅠㅠ

1개의 답글