
Python
[python error] 크롤링 중 발생한 에러
공공 데이터 포털을 크롤링 하는 중 발생한 에러들을 정리해보려고 한다. 참고로 https://www.data.go.kr/tcs/dss/selectDataSetList.do?dType=FILE¤tPage=1&perPage=100 에서 currentPage만 변경해가며 모든 데이터를 긁어오고자 했다. dType은 FILE, API, STD 세 가지 종류이며 각각 작성일 기준 618 페이지, 109 페이지, 2페이지이다. 각 페이지는 perPage=100이므로 100개의 데이터가 있다. couldn't find lxml bs4.FeatureNotFound: Couldn't find a tree builder with the features you requested: lxml. Do you need ..