meetmangukiya / instagram-scraper

Scrape the Instagram frontend. Inspired from twitter-scraper by @kennethreitz.
MIT License
937 stars 83 forks source link

No module named 'requests_html' #11

Closed stefanocudini closed 6 years ago

stefanocudini commented 6 years ago

After the pip install -r requirements.txt

Traceback (most recent call last):
  File "instagram_scraper.py", line 10, in <module>
    from requests_html import HTMLSession
ModuleNotFoundError: No module named 'requests_html'
meetmangukiya commented 6 years ago

that's odd, does python -c "import requests_html" work?

stefanocudini commented 6 years ago

https://github.com/meetmangukiya/instagram-scraper/blob/master/requirements.txt#L1

meetmangukiya commented 6 years ago

The package name is correct, just ensure that it is installed on your system. And the output of pip install -r requirements.txt should suggest that it was installed correctly.