在vscode中运行python项目代码,代码里进行了bs4解析网页时报错,代码里其中有一句是这么写的:

soup = BeautifulSoup(self.html, 'lxml')

然后在终端报了一个错误:找不到具有您请求的功能的树生成器:lxml。您需要安装解析器库吗?

报错:Couldn't find a tree builder with the features you requested: lxml. Do you need to install a parser library?
找不到具有您请求的功能的树生成器:lxml。您需要安装解析器库吗?

解决方法:

1、看到网上有人说将BeautifulSoup(html,'lxml')改为BeautifulSoup(html,'html_parser')

好吧,看起来不太可靠.....

2、找了找,看到有人说需要进行下载安装 lxml这个第三方库,命令为: pip install lxml

pip install lxml

下面这样的显示结果说明lxml已经下载安装好了:

3、接下来重新运行python代码,确实没有出现那个问题了。

OK,问题成功解决了。

vscode之 Couldn‘t find a tree builder with the features you requested: lxml. Do you need to install a相关推荐

  1. python 报错 bs4 FeatureNotFound: Couldn‘t find a tree builder with the features you requested: lxml

    安装beautifulsoup后,运行测试报错 from urllib import request from bs4 import BeautifulSoupurl = "http://w ...

  2. Couldn't find a tree builder with the features you requested: lxml.解决方案

    我的情况如下: 我在pip install lxml的时候,系统告诉我已经装好了,但是在.py文件调试跟cmd 的python调试的时候,lxml又不能使用, 会报错bs4.FeatureNotFou ...

  3. bs4.FeatureNotFound: Couldn‘t find a tree builder with the features you requested: lxml. Do you need

    bs4.FeatureNotFound: Couldn't find a tree builder with the features you requested: lxml. Do you need ...

  4. 已解决bs4.FeatureNotFound: Couldn‘t find a tree builder with the features you requested: html5Lib. Do y

    已解决(bs4解析HTML网页报错)bs4.FeatureNotFound: Couldn't find a tree builder with the features you requested: ...

  5. python beautifulsoup报错bs4 FeatureNotFound Couldnot find a tree builder with the features

    运行bs4语句, soup=BeautifulSoup(html,"lxml") 出现如下错误:Traceback (most recent call last): File &q ...

  6. CSS——如何在vscode中快乐的使用css tree 插件

    css tree 插件作用:将选定的HTML/JSX 转化为 scss, less or css 代码片段 1.打开vscode--点击左侧扩展--搜索 css tree--安装 2.选中所有div代 ...

  7. python爬虫基础(二)~工具包: 下载包requests、urllib和解析包BeautifulSoup(bs4)、lxml.etree.xpath

    目录 1. html下载工具包 1.1 urllib工具包 1.1.1 urllib错误一 1.2 Requests工具包 1.2.1 requests错误一 2. html解析工具包 2.1 Bea ...

  8. python缩进格式错误的是_Python 中常见错误总结

    IndentationError: unexpected indent Python 中强制缩进,, IndentationError: unexpected indent 缩进错误 这类错误非常常见 ...

  9. python安装常见问题_Python常见问题

    问题描述: 在linux环境下部署Python项目时常常报错无法找到自己编写的模块 解决方案 export PYTHONPATH=项目路径 问题描述:Scrapy防封之settings文件设置 解决方 ...

最新文章

  1. Hybris UI的Route(路由)实现
  2. 树莓派支持uvi协议吗_树莓派开发笔记(十一):蓝牙的使用,BlueZ协议(双树莓探测rssi并通过蓝牙互传获取的rssi)...
  3. 移动应用ios和网页应用_如何在iOS上一次移动多个应用
  4. 朝着理想坚实迈进_坚实原则:接口隔离原则
  5. 阿里巴巴港股股价创历史新高 市值超6.1万亿港元
  6. UI设计干货素材|简单素材模板教你分分钟提高UI设计水平!
  7. Java多线程系列---“基础篇”13之 乐观锁与悲观锁
  8. PCWorld:乔布斯病休遗留诸多问题
  9. 计算机专业考研 数学分析,(NEW)中山大学数据科学与计算机学院数学分析(A)历年考研真题汇编.pdf...
  10. 计算机桌面组成部分教案,三年级第6课 《认识桌面》优秀教案
  11. SitePoint播客#23:Jeff Veen的网络字体
  12. 如何在面试中介绍自己的项目经验
  13. 单片机动态从00到99C语言,单片机00~99秒表显示
  14. Found multiple @SpringBootConfiguration annotated classes
  15. 计算机肉机,哪位高手指教下,电脑是否成为肉机怎么辨别哈??
  16. USB 发展 缺陷 与 未来
  17. 自动化学报latex模板使用说明
  18. 人工智能时代创造少儿编程实用能力
  19. 动态规划(免费馅饼)
  20. 软件开发不可与建筑类比

热门文章

  1. Rman 中的 2 个小小的需要注意的地方
  2. phpstorm 2017激活
  3. FGH60N60-ASEMI大功率IGBT管FGH60N60
  4. amazon - business 之 FBA policies and requirements
  5. hdu4343 Interval query【贪心+倍增】
  6. python生成dat文件_声子转换.dat文件
  7. 【Python】通过winsound的Beep模块调取电脑的喇叭声音,用来在程序中做提示音或警报声
  8. STM32快速读写AT24C16 代码 模拟I2C
  9. EXAR+QAT加速卡驱动安装测试流程
  10. 基于Python编程和fluent仿真实现的二维非稳态热传导