티스토리 뷰
에러 1. TypeError: write() argument must be str, not bytes
에러 2. TypeError: a bytes-like object is required, not 'str'
에러 3. UnicodeDecodeError: 'cp949' codec can't decode byte 0x80 in position 0: illegal multibyte sequence
Python에서 파일을 다룰 때 위와 같은 에러가 발생하는 경우,
open 함수에서 파일 열기 모드를 바이너리 모드('rb' 또는 'wb')로 해주면 해결된다!
반응형
'에러 해결' 카테고리의 다른 글
[에러 해결] NotImplementedError: Cannot convert a symbolic Tensor to a numpy array (0) | 2021.03.01 |
---|---|
[에러 해결] AttributeError: 'str' object has no attribute 'decode' (0) | 2021.02.28 |
[에러 해결] AttributeError: module 'tensorflow' has no attribute 'Summary' (0) | 2020.12.29 |
[에러 해결] 'implicit declaration of function' (0) | 2020.09.22 |
[MariaDB] 에러 해결- can't connect to mysql server on 'localhost' (0) | 2020.01.13 |
댓글