반응형
Notice
Recent Posts
Recent Comments
Link
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 | 31 |
Tags
- PANDAS
- gas
- PySpark
- Kotlin
- Python
- c#
- numpy
- hive
- dataframe
- array
- Excel
- django
- Apache
- google apps script
- Tkinter
- Google Excel
- 파이썬
- Mac
- SQL
- PostgreSQL
- string
- Java
- Google Spreadsheet
- Github
- math
- Redshift
- GIT
- matplotlib
- list
Archives
- Today
- Total
달나라 노트
ImportError: module 'cv2.dnn' has no attribute 'DictValue' error 본문
Python/Python ETC
ImportError: module 'cv2.dnn' has no attribute 'DictValue' error
CosmosProject 2024. 3. 7. 19:35728x90
반응형
OpenCV를 사용하다보면 아래와 같은 에러가 발생할 때가 있습니다.
ImportError: module 'cv2.dnn' has no attribute 'DictValue' error
OpenCV 모듈을 업그레이드 하고 위 에러가 발생하기 시작해서 다른 버전을 설치해봤는데 해결이 되더라구요.
pip install opencv-python==4.8.0.74
저는 4.8.0.74 버전을 설치해서 해결했습니다.
728x90
반응형
'Python > Python ETC' 카테고리의 다른 글
Python PIL : 화면 캡쳐하기 (screen capture with python) (0) | 2024.11.05 |
---|---|
PIL을 이용하여 이미지 위에 글씨 쓰기 (2) | 2024.03.07 |
PyCharm에서 환경변수 설정, Interpreter별 환경변수 설정, Custom library 경로 설정 (2) | 2024.02.08 |
Python openpyxl : Python에서 Excel 다루기, BytesIO xlsx 객체 읽어오기 (0) | 2023.12.13 |
Python io : BytesIO (메모리에 엑셀 파일 저장하기, BytesIO로 xlsx 파일 객체 생성하기) (0) | 2023.10.27 |
Comments