We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
This is a bug in the webdriverdownloader:
leonidessaguisagjr/webdriverdownloader#18
The error that is generated is:
RuntimeError: Error, unable to determine correct filename for 64bit macos
The issue is this:
https://github.com/leonidessaguisagjr/webdriverdownloader/blob/959dff64f524509c611b2151152414b6b13bf9de/webdriverdownloader/webdriverdownloader.py#L320
The recommended fix on mac m1/m2 is:
gdd.download_and_install(os_name='macos', bitness='-aarch64')
The text was updated successfully, but these errors were encountered:
sorry, wrong repo
Sorry, something went wrong.
No branches or pull requests
This is a bug in the webdriverdownloader:
leonidessaguisagjr/webdriverdownloader#18
The error that is generated is:
RuntimeError: Error, unable to determine correct filename for 64bit macos
The issue is this:
https://github.com/leonidessaguisagjr/webdriverdownloader/blob/959dff64f524509c611b2151152414b6b13bf9de/webdriverdownloader/webdriverdownloader.py#L320
The recommended fix on mac m1/m2 is:
gdd.download_and_install(os_name='macos', bitness='-aarch64')
The text was updated successfully, but these errors were encountered: