(for Mac users) I have the same problem but i solved by this simple way: You have to put your chromedriver.exe in the same folder to your executed script and than in pyhton write this instruction :
import os
os.environ["PATH"] += os.pathsep + r'X:/your/folder/script/'