chris-greening/instascrape

FeatureNotFound: Couldn't find a tree builder with the features you requested: lxml. Do you need to install a parser library?

lhkerckh opened this issue · 4 comments

Bug
I receive the following error:
FeatureNotFound: Couldn't find a tree builder with the features you requested: lxml. Do you need to install a parser library?

To Reproduce
This happens when running the .get_posts() function from Profiles

Expected behavior
I expected to receive an object containing my posts.

Desktop (please complete the following information):

  • OS
  • Browser: chrome

This was an earlier issue in #44.

Try pip install lxml to resolve your issue.

I've the same issue, even though I have lxml installed. Not really sure how to resolve this.

Is there any solution for this? I'm having the same issue, as well. Installing LXML doesn't appear to resolve the issue (same error message).

pdMa2s commented

Same here. Installed lxml library but the error still pops up.
python 3.9.2
debian environment