Open scr3wh34d opened 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
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
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'