已安装bs4和lxml库,但仍运行失败

已安装bs4和lxml库,但仍运行失败

已经导入了bs4库,也安装了lxml库,这是为何运行失败?

http://img1.sycdn.imooc.com//climg/5ff568a509b57fea16700711.jpg


http://img1.sycdn.imooc.com//climg/5ff56c7c09bf9eb704170287.jpg


相关代码:

from bs4 import BeautifulSoup

html = """
<html><head><title>The Dormouse's story</title></head>
<body>
<p class="title" name="dromouse"><b>The Dormouse's story</b></p>
<p class="story">Once upon a time there were three little sisters; and their names were
<a href="http://example.com/elsie" class="sister" id="link1"><!-- Elsie --></a>,
<a href="http://example.com/lacie" class="sister" id="link2">Lacie</a> and
<a href="http://example.com/tillie" class="sister" id="link3">Tillie</a>;
and they lived at the bottom of a well.</p>
<p class="story">...</p>
"""

#lxml提前安装好,pip install lxml
#第一个参数是html代码段,第二个参数是解析器
soup = BeautifulSoup(html,'lxml')
print(soup.prettify())


正在回答 回答被采纳积分+1

登陆购买课程后可参与讨论,去登陆

1回答
提问者 慕粉0950063802 2021-01-06 15:55:37

手动导入了lxml包可以运行了

  • 同学,你好!同学自己解决了问题,非常棒,加油,祝学习愉快~~~

    2021-01-06 17:28:08
问题已解决,确定采纳
还有疑问,暂不采纳

恭喜解决一个难题,获得1积分~

来为老师/同学的回答评分吧

0 星
4.入门主流框架Scrapy与爬虫项目实战
  • 参与学习           人
  • 提交作业       107    份
  • 解答问题       1672    个

Python最广为人知的应用就是爬虫了,有趣且酷的爬虫技能并没有那么遥远,本阶段带你学会利用主流Scrapy框架完成爬取招聘网站和二手车网站的项目实战。

了解课程
请稍等 ...
意见反馈 帮助中心 APP下载
官方微信

在线咨询

领取优惠

免费试听

领取大纲

扫描二维码,添加
你的专属老师