Skip to content
This repository has been archived by the owner on Apr 20, 2023. It is now read-only.

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

Open
scr3wh34d opened this issue Jan 27, 2023 · 2 comments
Open

Comments

@scr3wh34d
Copy link

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
Copy link

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
Copy link

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

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants