728x90
728x90
Could not load the Qt platform plugin ‘xcb’ 오류 발생
python version의 opencv를 사용하기 위해 다음과 같이 패키지를 설치하였다.
pip install opencv-python
pip install opencv-contrib-python
그런데 다음과 같은 에러가 발생했다.
‘Avalable platform plugins are: xcb, egifs, glfs, linuxfb, minimal, minimalegl, offscreen, vnc, wayland-egl, wayland, wayland-xcomposite-egl, wayland-xcomposite-glx, webgl.’
plugin ‘xcb’오류 해결 방법
해당 오류에서는 opencv-python-headless를 설치해주면 된다.
pip install opencv-python-headless
opencv-python-headless에 대한 설명은 ‘GUI가 없는 서버 환경에 대한 패키지’라고 되어 있는데, 확실히 어떻게 사용되는지는 잘 모르겠다.
728x90
반응형
'Development > OpenCV' 카테고리의 다른 글
artially initialized module 'cv2' has no attribute '_registerMatType’ (0) | 2023.04.19 |
---|---|
libSM.so.6: cannot open shared object file (0) | 2023.04.19 |
[OpenCV] opencv webcam 기본 예제 (0) | 2022.02.04 |
[OpenCV] libgthread-2.0.so.0: cannot open shared object file 해결 (0) | 2022.01.14 |
[OpenCV] OpenCV circle, rectangle, text 그리기와 PIL 한글 text (1) | 2021.11.17 |
댓글