chris-greening/instascrape

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

scr3wh34d opened this issue · 2 comments

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'

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

Likely the issue is the same as this: make sure you install the right one:
pip install insta-scrape
#95 (comment)