|
发表于 2019-8-21 11:53:54
|
显示全部楼层
新手报到
请问下,报下面错误是什么原因:
Traceback (most recent call last):
File "E:/15402/Desktop/meizitu.py", line 101, in <module>
download_new()
File "E:/15402/Desktop/meizitu.py", line 95, in download_new
htmls = url_open(url)
File "E:/15402/Desktop/meizitu.py", line 18, in url_open
soup=BeautifulSoup(html,'lxml')
File "D:\Python\Python37\lib\site-packages\bs4\__init__.py", line 208, in __init__
% ",".join(features))
bs4.FeatureNotFound: Couldn't find a tree builder with the features you requested: lxml. Do you need to install a parser library? |
|