InstaPy / instagram-profilecrawl

📝 quickly crawl the information (e.g. followers, tags etc...) of an instagram profile.
MIT License
1.16k stars 245 forks source link

No module named selenium.common.exceptions #157

Closed RDhamala closed 4 years ago

RDhamala commented 5 years ago

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

chauhan176 commented 5 years ago

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