ultralytics / google-images-download

Google/Bing Images Web Downloader
https://ultralytics.com
GNU Affero General Public License v3.0
294 stars 84 forks source link

This version of ChromeDriver only supports Chrome version 81 #3

Closed dynect closed 4 years ago

dynect commented 4 years ago

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.

dynect commented 4 years ago

nvm, I had chrome 80 installed, not 81.

glenn-jocher commented 7 months ago

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!