Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

eror when run #3

Open
grootoo opened this issue Sep 8, 2021 · 1 comment
Open

eror when run #3

grootoo opened this issue Sep 8, 2021 · 1 comment

Comments

@grootoo
Copy link

grootoo commented Sep 8, 2021

i got an error like this, i already set the url

URL = "https://www.aliexpress.com/item/4000461503980.html"
product_handle = 'WOOCOMMERS'
pages = 3
filename = "scrapt.csv"

Traceback (most recent call last):
File "d:\Aliexpress\bot_rahul\Aliexpress-Review-Crawler-master\crawler-windows.py", line 222, in
AliexpressCrawler(pages, URL, product_handle, filename)
File "d:\Aliexpress\bot_rahul\Aliexpress-Review-Crawler-master\crawler-windows.py", line 39, in AliexpressCrawler
soup = BeautifulSoup(r.content, "lxml")
File "C:\Users\user\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?

@ilia2s
Copy link

ilia2s commented Dec 8, 2022

i got an error like this, i already set the url

URL = "https://www.aliexpress.com/item/4000461503980.html" product_handle = 'WOOCOMMERS' pages = 3 filename = "scrapt.csv"

Traceback (most recent call last): File "d:\Aliexpress\bot_rahul\Aliexpress-Review-Crawler-master\crawler-windows.py", line 222, in AliexpressCrawler(pages, URL, product_handle, filename) File "d:\Aliexpress\bot_rahul\Aliexpress-Review-Crawler-master\crawler-windows.py", line 39, in AliexpressCrawler soup = BeautifulSoup(r.content, "lxml") File "C:\Users\user\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?

you need to install bs4 pip library, see readme at the mainpage

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants