bs4.FeatureNotFound: Couldn't find a tree builder with the features you requested: lxml. Do you need to install a parser library?
해결책
pip install lxml
'프로그래밍 > python' 카테고리의 다른 글
urllib3>=2.0 does not work with system Python on macOS (0) | 2024.02.13 |
---|---|
Python - 파이썬 배열, 컬렉션, 리스트 다루기 (0) | 2023.01.01 |
SQL Server용 Python 드라이버 pyodbc for Mac(맥) (0) | 2019.12.08 |