Traceback (most recent call last):
File "C:\Users\tripl\Desktop\avito_youla_search-master\main.py", line 26, in
items = y.check_new()
File "C:\Users\tripl\Desktop\avito_youla_search-master\youla.py", line 31, in check_new
return self._extract_ads(resp)
File "C:\Users\tripl\Desktop\avito_youla_search-master\youla.py", line 35, in _extract_ads
soup = BeautifulSoup(html, 'lxml')
File "C:\Users\tripl\AppData\Local\Programs\Python\Python39\lib\site-packages\bs4__init.py", line 245, 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?
Traceback (most recent call last): File "C:\Users\tripl\Desktop\avito_youla_search-master\main.py", line 26, in
items = y.check_new()
File "C:\Users\tripl\Desktop\avito_youla_search-master\youla.py", line 31, in check_new
return self._extract_ads(resp)
File "C:\Users\tripl\Desktop\avito_youla_search-master\youla.py", line 35, in _extract_ads
soup = BeautifulSoup(html, 'lxml')
File "C:\Users\tripl\AppData\Local\Programs\Python\Python39\lib\site-packages\bs4__init.py", line 245, 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?