andrei-zgirvaci / Twitch-Farmer

A bot that helps you to get more followers on Twitch
135 stars 38 forks source link

FileNotFoundError: [Errno 2] No such file or directory: 'chromedriver' #1

Closed Maras0830 closed 7 years ago

Maras0830 commented 7 years ago

Hello,

I got the error after run command: python3 Twitch-Farmer.py:

FileNotFoundError: [Errno 2] No such file or directory: 'chromedriver'

how to resolve it?

andrei-zgirvaci commented 7 years ago

If you are on windows, you should put your chromedriver path in environments-path and it will work, http://splinter.readthedocs.io/en/0.1/setup-chrome.html

Maras0830 commented 7 years ago

how to do it on macOs?

andrei-zgirvaci commented 7 years ago

http://splinter.readthedocs.io/en/0.1/setup-chrome.html#linux-and-mac-os-x

Maras0830 commented 7 years ago

thanks a lot!