google-images-download
google-images-download copied to clipboard
Run without chrome driver installation: Solution
Hi, you could use
from webdriver_manager.chrome import ChromeDriverManager
chromedriver = ChromeDriverManager().install()
instead of specifying the path to the chrome driver. Makes it easier (;
@rachtibat hi there! Thanks for the suggestion! We prefer not to include external dependencies within the repo. We recommend leveraging executable path options or installing the driver separately. For more details, you can refer to the Ultralytics Docs at https://docs.ultralytics.com. Appreciate your input!