google-images-download icon indicating copy to clipboard operation
google-images-download copied to clipboard

Run without chrome driver installation: Solution

Open rachtibat opened this issue 4 years ago • 1 comments

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 avatar Dec 24 '20 16:12 rachtibat

@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!

glenn-jocher avatar Nov 15 '23 08:11 glenn-jocher