🤖 Data Study/ERROR

[에러노트] FeatureNotFound: Couldn't find a tree builder with the features you requested: html5lib. Do you need to install a parser library?

데이터분석가SIENNA 2023. 6. 4. 18:23

note

 

파이썬으로 크롤링하는 코드에서 아래와 같은 에러 메시지 발생

 

error message

 

FeatureNotFound: Couldn't find a tree builder with the features you requested: html5lib. Do you need to install a parser library?

 

 

solved

 

html5lib 라이브러리 설치 안되어있어서 발생. 라이브러리 설치 후 해결

pip install html5lib