본문 바로가기
Make the Learning Curve/Python

[Python] unicodeescape' codec can't decode bytes in position 2-3: truncated \UXXXXXXXX escape 오류

by 에이도 2020. 12. 14.

파이썬에서 파일을 불러올때, 이러한 에러가 뜨는 경우가 있습니다.

이러한 오류는 

C:\Users\82103\Python\folder\images\intothe14523

 

여기서 \ 슬래시를 -> /슬래시로 바꿔주시면 됩니다! 

C:/Users/82103/Python/folder/images/intothe14523

 

'Make the Learning Curve > Python' 카테고리의 다른 글

[Python] Pandas 튜토리얼 (Feat.DACON _ Ch 01 - 04)  (0) 2021.01.07
[Python] heapq (힙큐)사용  (0) 2021.01.04
[Python] Sort() , sorted() 정렬 함수  (0) 2020.12.20
[알고리즘] 선택 정렬  (0) 2020.12.18
py  (0) 2020.10.29

댓글