일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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
- python list
- convexhull
- 이미지 생성
- #일상영어
- text2img
- 영어명언
- #opencv
- 완전탐색
- #Android
- 영어
- python __init__
- #프로젝트
- #English
- findContours
- opencv SURF
- python 알고리즘
- Convolution Neural Network
- tokenizing
- #실생활 영어
- object detection
- #1일1영어
- TensorFlow
- keras
- #영어 명언
- #영어
- 딥러닝
- word embedding
- #실생활영어
- c언어
- tensorflow update
Archives
- Today
- Total
목록CP949 (1)
When will you grow up?
Python 에서 text 과정중 UnicodeDecodeError: 'cp949' codec can't decode byte 0xe2 in position 564
python으로 text 읽어오는 과정중,위 사진과 같은 오류가 뜰 경우가 있는데, 12345#수정전open(os.path.join(dirpath, file), "r") as f: #open(os.path.join(dirpath, file), "r", encoding='UTF8') as f:cs 으로 바꿔주시면 됩니다.코덱으로 인코딩 된 파일을 읽어들일때 Decode과정에서 Error를 뿜어낸다고 하네요.
02. Study/Python
2017. 5. 4. 16:14