-
Notifications
You must be signed in to change notification settings - Fork 2.1k
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 problem #120
Comments
Finally I found the solution here: https://github.com/hardikvasa/google-images-download/issues/73 |
no, I don't think #73 is a correct answer , if you update or download chromdriver to 2.40 my experience is chromdriver <=2.37 work well .so you'd better download/unzip from driver_2.37 again
ps: you should resolve the dependences of chromedriver_2.37 by youself by |
also try hardcoding the path like i did #110 |
Updated the docs...resolving this issue. Thanks. |
Hi,
My chromedriver is installed in /usr/bin and I'm running the following code:
python3 google_images_download.py -k 'cat' -cd /usr/bin -l 140
google_images_download.py file's path is: ~/Documents/google-images-download/google_images_download
And the error appears when I run the code:
Looks like we cannot locate the path the 'chromedriver' (use the '--chromedriver' argument to specify the path to the executable.) or google chrome browser is not installed on your machine (exception: Message: 'bin' executable needs to be in PATH. Please see https://sites.google.com/a/chromium.org/chromedriver/home )
Any solution?
The text was updated successfully, but these errors were encountered: