parklam / pygeckodriver

Use gitlab-ci to check and update GeckoDriver to PyPI hourly.
Apache License 2.0
1 stars 3 forks source link

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

Open phonebotco opened 2 years ago

phonebotco commented 2 years ago

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

SofyaFin commented 1 week ago

Have same problem with Debian x86-64