| 일 | 월 | 화 | 수 | 목 | 금 | 토 |
|---|---|---|---|---|---|---|
| 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 | 29 | 30 |
- Spring
- C
- 리눅스
- 백준
- 정처기
- Linux
- nouveau
- 알고리즘
- 도커
- SQLD
- 스프링
- Python
- mAP@.5
- C++
- pyMySQL
- nfs mount
- 딥스트림
- docker
- 파이썬
- 타오툴킷
- tao_toolkit
- dkms
- 네트워크
- IOU
- 딥러닝
- yolov7
- 비디오미리보기
- 도커 컨테이너
- deepstream
- 주피터 노트북
- Today
- Total
목록Python (7)
한 번만 더 해보자
상황 파이썬 3.8 이상이 필요한데 현재 깔린 버전은 3.6이다 python python3 둘 다 3.6버전이 나옴 해결방안 $ sudo update-alternatives --install /usr/bin/python3 python3 /usr/bin/python3.6 1 update-alternatives: using /usr/bin/python3.6 to provide /usr/bin/python3 (python3) in auto mode $ sudo update-alternatives --install /usr/bin/python3 python3 /usr/bin/python3.8 2 update-alternatives: using /usr/bin/python3.8 to provide /usr/bin..
에러코드 cv2.error: OpenCV(4.7.0) D:\a\opencv-python\opencv-python\opencv\modules\highgui\src\window.cpp:1338: error: (-2:Unspecified error) The function is not implemented. Rebuild the library with Windows, GTK+ 2.x or Cocoa support. If you are on Ubuntu or Debian, install libgtk2.0-dev and pkg-config, then re-run cmake or configure script in function 'cvWaitKey' 원인 openCV 버전이 달라서 오류가 났다 cv2.error:..