|
发表于 2019-12-4 17:24:04
|
显示全部楼层
Traceback (most recent call last):
File "C:/Users/86159/Desktop/py文件/2.py", line 139, in <module>
main()
File "C:/Users/86159/Desktop/py文件/2.py", line 129, in main
for i in get_pic_ally_addres(url,headers):
File "C:/Users/86159/Desktop/py文件/2.py", line 42, in get_pic_ally_addres
soup = BeautifulSoup(res.text,"lxml")
File "D:\python\lib\site-packages\bs4\__init__.py", line 216, 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?
>>> |
|