chris-greening / instascrape

Powerful and flexible Instagram scraping library for Python, providing easy-to-use and expressive tools for accessing data programmatically
https://chris-greening.github.io/instascrape/
MIT License
625 stars 109 forks source link

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

Open lhkerckh opened 3 years ago

lhkerckh commented 3 years ago

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):

tarob0ba commented 3 years ago

This was an earlier issue in #44.

Try pip install lxml to resolve your issue.

bazilzainal commented 3 years ago

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

ajtam555 commented 1 year ago

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 1 year ago

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