-
Notifications
You must be signed in to change notification settings - Fork 743
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
'chromedriver' executable needs to be in PATH (Windows 10) #234
Comments
I stuck a
Returns
|
I literally swapped out |
I'm having exact the same problem. I tried to move the chromedriver.exe to the GoogleScraper folder, and change the chromedriver_path in scrape_config.py, even tried raw mode by putting 'r' besides the path and still nothing happens. Is there any other way to fix this issue? |
I'm attempting to run GoogleScraper with the following command:
But it's returning the following error:
I have chromedriver added to my path. If I run
where chromedriver
it returns:It definitely exists in my PATH.
I've also created a
scrape_config.py
file in the same directory as I'm running GoogleScraper with the following:I'm not quite sure what's going on.
The text was updated successfully, but these errors were encountered: