Unfortunately, Chromedriver always is version-specific to the Chrome version you have installed. So when you pack your python code AND a chromedriver via PyInstaller in a deployable .exe-file for Windows, it will not work in most cases as you won't be able to have all chromedriver versions in the .exe-file.
Anyone knows a way on how to download the correct chromedriver from the website automatically?
If not, I'll come up with a code to download the zip-file and unpack it to temp.
Thanks!