Traceback (most recent call last):
File "C:\Users\Angel\Desktop\test.py", line 93, in <module>
main()
File "C:\Users\Angel\Desktop\test.py", line 80, in main
every_group_pic_list = get_every_group_pic_list(url2) # 获取每组所有图片地址列表
File "C:\Users\Angel\Desktop\test.py", line 42, in get_every_group_pic_list
soup = BeautifulSoup(html, 'lxml')
File "C:\Users\Angel\AppData\Local\Programs\Python\Python38\lib\site-packages\bs4\__init__.py", line 225, in __init__
raise FeatureNotFound(
bs4.FeatureNotFound: Couldn't find a tree builder with the features you requested: lxml. Do you need to install a parser library?