Traceback (most recent call last):
File "C:\Users\MengYingbo\Desktop\m.py", line 68, in <module>
main()
File "C:\Users\MengYingbo\Desktop\m.py", line 64, in main
pool.map(parse_current_page,get_all_page(index_url))
File "C:\Users\MengYingbo\Desktop\m.py", line 54, in get_all_page
soup=BeautifulSoup(response.content,'lxml')
File "C:\Users\MengYingbo\AppData\Local\Programs\Python\Python38-32\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?[code=python]
[/code][code=python]
[/code]