FileNotFoundError: [Errno 2] No such file or directory 파이썬 절대경로 상대경로 os getcwd
뱁새유니버스
Folium에서 지도 시각화를 하는데 원하는 PNG 파일이 호출되지 않으면서 이런 문구가 뜹니다. FileNotFoundError: [Errno 2] No such file or directory 처음부터 안되면 모르겠는데 분명 상대경로로 입력해서 잘쓰고 있음에도 다음날 jupyter를 다시 시작하면 됐다 안됐다 하더라구요. 그때는 상대경로를 넣어주지 말고 절대경로를 넣어주면 해결됩니다. import os 현재경로=os.getcwd() print(현재경로) 해당 주소를 넣으면 문제가 해결됩니다. 이런식으로요! 'C:/Users/bsuniverse/Python/excel/checkPoint.html' 감사합니다.