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
'🤖 Data Study > ERROR' 카테고리의 다른 글
[에러노트] mglearn No module named 'sklearn.externals.six' (0) | 2023.05.22 |
---|---|
[웹스크래핑] selenium 설치 시 오류 : No module named 'webdriver_manager' error (0) | 2023.03.02 |
[R] rJava 오류 (0) | 2020.05.19 |