일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | ||||||
2 | 3 | 4 | 5 | 6 | 7 | 8 |
9 | 10 | 11 | 12 | 13 | 14 | 15 |
16 | 17 | 18 | 19 | 20 | 21 | 22 |
23 | 24 | 25 | 26 | 27 | 28 |
Tags
- keras
- qtdesigner
- DataSet
- 브렉시트
- Python
- 퍼셉트론
- 딥러닝
- TFRecord
- deeplearning
- itksnap
- 세계사
- Inference
- cv2
- loss
- error
- Perceptron
- terminal
- Training
- TF
- img
- numpy
- dtype
- 유가 급등
- TensorFlow
- 비트코인
- 세계대전
- 블록체인
- pyqt
- opencv
- 유로화
Archives
- Today
- Total
활연개랑
[ERROR 해결] Available platform plugins are: xcb, eglfs, linuxfb, minimal, minimalegl, offscreen, vnc, wayland-egl, wayland, wayland-xcomposite-egl, wayland-xcomposite-glx, webgl. 본문
Python
[ERROR 해결] Available platform plugins are: xcb, eglfs, linuxfb, minimal, minimalegl, offscreen, vnc, wayland-egl, wayland, wayland-xcomposite-egl, wayland-xcomposite-glx, webgl.
승해tmdhey 2022. 4. 12. 15:18반응형
Available platform plugins are: xcb, eglfs, linuxfb, minimal, minimalegl, offscreen, vnc, wayland-egl, wayland, wayland-xcomposite-egl, wayland-xcomposite-glx, webgl.
plt.imshow()를 실행하는 와중에 다음과 같은 오류가 발생하였습니다.
저는 현재 Linux Ubuntu20.04를 사용하고 있고, 위 문제는 우분투에서만 나타나는 오류로 확인됩니다..
QT5.15버전부터 호환이 안되는 것으로 보입니다.
따라서
$ Pip list|grep Qt
위 코드를 사용하여 Qt 리스트를 확인하고 모두 uninstall 시켜준 후에,
$ pip install PyQt5==5.14.2
를 사용해 5.15버전보다 이전버전을 설치해주시면 해결됩니다.