instascrape icon indicating copy to clipboard operation
instascrape copied to clipboard

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

Open scr3wh34d opened this issue 1 year ago • 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'

scr3wh34d avatar Jan 27 '23 15:01 scr3wh34d