InstaPy / instagram-profilecrawl

📝 quickly crawl the information (e.g. followers, tags etc...) of an instagram profile.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

No module named selenium.common.exceptions

RDhamala opened this issue · comments

Has anybody faced similar issues?

Traceback (most recent call last):
File "C:\Users\Roshan Dhamala\Independent Class\Insta\instagram-profilecrawl\crawl_profile.py", line 5, in
from util.datasaver import Datasaver
File "C:\Users\Roshan Dhamala\Independent Class\Insta\instagram-profilecrawl\util\datasaver.py", line 4, in
from util.settings import Settings
File "C:\Users\Roshan Dhamala\Independent Class\Insta\instagram-profilecrawl\util\util.py", line 1, in
from selenium.common.exceptions import NoSuchElementException
ImportError: No module named selenium.common.exceptions

Yes i'm also having the same problem.
is this something because of paths?