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

FileNotFoundError: GeckoDriver for Darwin(x86_64) is not found. #3

Open
phonebotco opened this issue Nov 29, 2021 · 0 comments
Open

Comments

@phonebotco
Copy link

Hi,

First of all, thank you for your work.
Your code works fine when I execute from source code. But when I compiled my code with py2app, your code display an error message:

    from pygeckodriver import geckodriver_path
  File "<frozen importlib._bootstrap>", line 983, in _find_and_load
  File "<frozen importlib._bootstrap>", line 967, in _find_and_load_unlocked
  File "<frozen importlib._bootstrap>", line 668, in _load_unlocked
  File "<frozen importlib._bootstrap>", line 638, in _load_backward_compatible
  File "pygeckodriver/__init__.pyc", line 37, in <module>
  File "pygeckodriver/__init__.pyc", line 33, in _get_filename
FileNotFoundError: GeckoDriver for Darwin(x86_64) is not found.

I was wondering if you could help me to fix this issue please

Kind regards

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