码迷,mamicode.com
首页 > 其他好文 > 详细

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

时间:2018-04-12 23:34:54      阅读:455      评论:0      收藏:0      [点我收藏+]

标签:资料   library   find   报错   python3   成功   lib   strong   python   

python3.6.3   

我在处理爬虫时候使用BeautifulSoup中遇到报错

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

在查阅资料中偶遇一种简单的解决方式:把代码中的‘lxml‘改成‘html.parser‘后成功解决。

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

标签:资料   library   find   报错   python3   成功   lib   strong   python   

原文地址:https://www.cnblogs.com/zhangzimu/p/8810980.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!