instagram-bot
instagram-bot copied to clipboard
unresolved import 'selenium'
selenium is not importing
Install dependency, using pip install -r requirement.txt
I did install selenium yet it still says unresolved import
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
.