IT

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

노트에버 2020. 7. 7. 11:48

구름ide에서 발생 된 에러

 

아래와 같이 설치해 주면 된다.

pip install beautifulSoup4

pip install lxml

pip install html5lib