Skip to content
New issue

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

downloading geckodriver fails on macOS with arm m1 #1

Closed
zackees opened this issue May 19, 2023 · 1 comment
Closed

downloading geckodriver fails on macOS with arm m1 #1

zackees opened this issue May 19, 2023 · 1 comment

Comments

@zackees
Copy link

zackees commented May 19, 2023

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')

@zackees
Copy link
Author

zackees commented May 19, 2023

sorry, wrong repo

@zackees zackees closed this as completed May 19, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant