UnicodeDecodeError: 'utf-8' codec can't decode byte 0xbd in position 0: invalid start byte
SyntaxError: (unicode error) ‘unicodeescape’ codec can’t decode bytes in position 2-3: truncated UXXXXXXXX escape - ItsMyC
The SyntaxError: (unicode error) 'unicodeescape' codec can't decode bytes in position 2-3: truncated UXXXXXXXX escape occurs if you are trying to access a file path and provide the path as a regular string.
itsmycode.com
SyntaxError: (unicode error) ‘unicodeescape’ codec can’t decode bytes in position 2-3: truncated UXXXXXXXX escape - ItsMyC
The SyntaxError: (unicode error) 'unicodeescape' codec can't decode bytes in position 2-3: truncated UXXXXXXXX escape occurs if you are trying to access a file path and provide the path as a regular string.
itsmycode.com
여기에 나온 에러해결처럼 했는데 안됐었다..
그러다 어떤 블로그를 보게 되고
encoding을 cp949로 바꿨는데 됐다..
cp949는 한글 인코딩 방식이라 한다!
해결을 도와주신 블로그 분에게 감사의 인사를 전합니다..감사합니다 흑흑
'Study > Python' 카테고리의 다른 글
[Python] icrawler_홈페이지에 나와있는대로 해보기 (0) | 2022.05.17 |
---|---|
icrawler 써보려고 하는데....macos pip upgrade부터 하라네 (0) | 2022.05.17 |
파이썬 초보자 - 모르는 사람 블로그 가져오기 크롤링/스크래핑 (0) | 2022.01.19 |