为了账号安全,请及时绑定邮箱和手机立即绑定

Python开发简单爬虫

crawl 1 : https://baike.baidu.com/item/Python/407313?fr=aladdin

Traceback (most recent call last):

  File "D:\Eclipse\project\crawl\school\spider_main.py", line 39, in <module>

    obj_spider.craw(root_url)

  File "D:\Eclipse\project\crawl\school\spider_main.py", line 23, in craw

    new_urls, new_data = self.parser.parse(new_url, html_cont)

  File "D:\Eclipse\project\crawl\school\html_parser.py", line 41, in parse

    soup = BeautifulSoup(html_cont, 'html_parser', from_encoding='utf-8')

  File "build\bdist.win-amd64\egg\bs4\__init__.py", line 165, in __init__

    

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

啥原因

正在回答

举报

0/150
提交
取消
Python开发简单爬虫
  • 参与学习       227670    人
  • 解答问题       1219    个

本教程带您解开python爬虫这门神奇技术的面纱

进入课程

Python开发简单爬虫

我要回答 关注问题
意见反馈 帮助中心 APP下载
官方微信