ultralytics / google-images-download

Google/Bing Images Web Downloader

Home Page:https://ultralytics.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

This version of ChromeDriver only supports Chrome version 81

dynect opened this issue · comments

commented

When I try to use the script I get the following error:

$ python3 bing_scraper.py --url 'https://www.bing.com/images/search?q=flowers' --limit 10 --chromedriver '/Users/Me/Downloads/chromedriver'
Searching for https://www.bing.com/images/search?q=flowers
chromedriver not found (use the '--chromedriver' argument to specify the path to the executable)or google chrome browser is not installed on your machine (exception: Message: session not created: This version of ChromeDriver only supports Chrome version 81
)
$ ls -lat ~/Downloads
-rwxr-xr-x@   1 Me  staff    14786468 Feb 12 19:09 chromedriver

Downloaded latest chromedriver from here.

commented

nvm, I had chrome 80 installed, not 81.

No worries! It happens to the best of us. Feel free to reach out if you encounter any more issues or have any questions. Keep up the great work and happy coding!