Closed justincbeck closed 3 years ago
NOTE: I also deleted the Pipfile.lock file so it would grab the latest version of all the libraries. That didn't resolve anything either.
Alright I found the solution to this. I replace the geckodriver at ~/.wdm/drivers/geckodriver/macos/v0.29.1/
with geckodriver-v0.29.1-macos.tar.gz
. You can download it here: https://github.com/mozilla/geckodriver/releases
Yup, that did it... Nice work.
Running the application on a mac throws the following exception:
I went through the motions of clearing out all my installed dependencies and trying again but I get the same error. I read somewhere that, with the introduction of the M1 chip, this is a known issue. I think there's a library in the project somewhere that has a dependency on an outdated version of something else that isn't compatible with the newer gecko driver.
But since the Pipfile doesn't specify versions, I'm not sure that there is a quick fix. I experienced this on multiple computers (both macs).
Unfortunately (for everyone, including me), I don't have time to dig further.