RLBot / RLBotScratchInterface

A layer on top of the RLBot framework that allows the Scratch programming language to control it.
MIT License
11 stars 13 forks source link

Chromedriver goes out of date #8

Closed tarehart closed 5 years ago

tarehart commented 5 years ago
selenium.common.exceptions.SessionNotCreatedException: Message: session not created: Chrome version must be between 70 and 73
  (Driver info: chromedriver=2.45.615291 (ec3682e3c9061c10f26ea9e5cdcf3c53f3f74387),platform=Windows NT 10.0.17134 x86_64)

Might be able to keep it auto-updated by depending on https://pypi.org/project/chromedriver-binary/ instead of checking chromedriver into version control.