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