일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | |||||
3 | 4 | 5 | 6 | 7 | 8 | 9 |
10 | 11 | 12 | 13 | 14 | 15 | 16 |
17 | 18 | 19 | 20 | 21 | 22 | 23 |
24 | 25 | 26 | 27 | 28 | 29 | 30 |
Tags
- opencv
- 브렉시트
- itksnap
- qtdesigner
- Inference
- 세계대전
- 블록체인
- img
- dtype
- 비트코인
- DataSet
- Perceptron
- 유가 급등
- TF
- pyqt
- terminal
- 세계사
- keras
- loss
- Python
- error
- cv2
- TFRecord
- Training
- 딥러닝
- numpy
- TensorFlow
- 유로화
- 퍼셉트론
- deeplearning
Archives
- Today
- Total
활연개랑
[python(파이썬)] bs4.FeatureNotFound: Couldn't find a tree builder with the features you requested: lxml. Do you need to install a parser library? 오류/에러 해결 본문
Python
[python(파이썬)] bs4.FeatureNotFound: Couldn't find a tree builder with the features you requested: lxml. Do you need to install a parser library? 오류/에러 해결
승해tmdhey 2021. 7. 12. 12:52반응형
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
을 하시면 됩니다.
그래도 안된다면
jupyternotebook을 껐다가 다시 실행하시면 됩니다~
'Python' 카테고리의 다른 글
[Pandas(팬더스)] DataFrame중복 행 삭제 / 특정 열을 기준으로 중복 행 삭제 (0) | 2021.07.15 |
---|---|
[python(파이썬)] selenium 함수 (0) | 2021.07.12 |
[python(파이썬)] warnings 라이브러리로 경고 메시지 무시하기 (warnings.filterwarnings('ignore')) (0) | 2021.07.08 |
[python(파이썬) ] random.randint(a,b) / random.randrange(a,b,(c)) 차이점 두 가지 (0) | 2021.07.08 |
[python(파이썬) ] 짝꿍/커플을 만드는 zip함수 (1) | 2021.07.08 |