1.
qt.qpa.plugin: Could not load the Qt platform plugin "xcb" in "/home/chanho/anaconda3/envs/kitti_vis/lib/python3.7/site-packages/cv2/qt/plugins" even though it was found.
pip install opencv-python==3.4.10.35
2.
File "/home/chanho/anaconda3/envs/kitti_vis/lib/python3.7/site-packages/pyface/ui/qt4/dialog.py", line 29, in <module>
int(QtGui.QDialog.DialogCode.Accepted): OK,
AttributeError: type object 'DialogCode' has no attribute 'Accepted'
pip uninstall pyface
pip install pyface[pyqt5]
3.
https://github.com/kuixu/kitti_object_vis/issues/29
suggestion on mayavi installation · Issue #29 · kuixu/kitti_object_vis
The latest version of vtk 9.0.1 will make it unsuccessful while installing mayavi. Here is my suggestion: pip install vtk==8.1.2 conda install pyqt -c conda-forge pip install mayavi
github.com
위의 경우가 안된다면 다 삭제하고 처음부터 위를 따라서 시도 해 볼것.
'오류, 문제 해결' 카테고리의 다른 글
우분투(Ubuntu) 설치시 검은화면 해결 (3) | 2023.01.01 |
---|---|
리눅스 민트, 우분투 로그인 후 검은화면 해결법 (0) | 2018.12.27 |
파이썬 쓰래드 등 (0) | 2018.12.23 |
pycharm의 폰트목록에서 원하는 폰트가 안 뜰때 (2) | 2018.12.23 |
nopad++에서 파이썬 쓸때 자동 들여쓰기 (0) | 2018.12.22 |
댓글