instagram-bot icon indicating copy to clipboard operation
instagram-bot copied to clipboard

unresolved import 'selenium'

Open fervabashir opened this issue 5 years ago • 3 comments

selenium is not importing

fervabashir avatar Oct 21 '19 13:10 fervabashir

Install dependency, using pip install -r requirement.txt

mayurvpatil avatar Mar 21 '20 20:03 mayurvpatil

I did install selenium yet it still says unresolved import

Krizsan0596 avatar Jul 27 '20 11:07 Krizsan0596

Maybe you may have installed it on a wrong path or you may have more than one version of python installed in your system so you better check the path of interpreter set on your IDE and then re-install using pip install selenium.

coderxploit avatar Dec 03 '20 12:12 coderxploit