Radulepy / InstagramBot

Instagram AUTO Like and Comment Python BOT
GNU General Public License v2.0
134 stars 48 forks source link

No module named 'selenium' #6

Closed OGBen closed 4 years ago

OGBen commented 4 years ago

I have been trying to run your code and keep getting this error:

le "C:\Users\Ben\Downloads\InstagramBot-master\InstagramBot-master\instagramBot.py", line 8, in from selenium import webdriver ModuleNotFoundError: No module named 'selenium'

I'm not sure if this is due to user error or an issue with the code, so i'll submit it here.

OGBen commented 4 years ago

I fixed the issue by using pip to install the selenium module.