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
633 stars 109 forks source link

Error scraping photos: ModuleNotFoundError: No module named 'helpers' #169

Open scr3wh34d opened 1 year ago

scr3wh34d commented 1 year ago

Hello, using the example from your blog post I tried to scrape photos from a profile. It results in the following error:

Traceback (most recent call last): File "/home/user/PycharmProjects/pythonProject2/main.py", line 1, in <module> from instascrape import Profile File "/home/user/PycharmProjects/pythonProject2/venv/lib/python3.10/site-packages/instascrape/__init__.py", line 4, in <module> from helpers import extract_email ModuleNotFoundError: No module named 'helpers'

Titan-Ritam commented 1 year ago

Hello, using the example from your blog post I tried to scrape photos from a profile. It results in the following error:

Traceback (most recent call last): File "/home/user/PycharmProjects/pythonProject2/main.py", line 1, in <module> from instascrape import Profile File "/home/user/PycharmProjects/pythonProject2/venv/lib/python3.10/site-packages/instascrape/__init__.py", line 4, in <module> from helpers import extract_email ModuleNotFoundError: No module named 'helpers'

Same Problem

payasparab commented 1 year ago

Likely the issue is the same as this: make sure you install the right one: pip install insta-scrape https://github.com/chris-greening/instascrape/issues/95#issuecomment-812327002