Skip to content
This repository has been archived by the owner on Jul 15, 2021. It is now read-only.

OSError: [Errno 86] Bad CPU type in executable #132

Open
moritzmnn opened this issue May 11, 2021 · 0 comments
Open

OSError: [Errno 86] Bad CPU type in executable #132

moritzmnn opened this issue May 11, 2021 · 0 comments

Comments

@moritzmnn
Copy link

Hello guys, getting this error when trying to execute nvidia-sniper on my Mac running Big Sur. Has anyone a fix?

2021-05-11 13:21:24 INFO: Launching Firefox using default profile: Profiles/cpwzuv39.default-release
Traceback (most recent call last):
File "/Library/Developer/CommandLineTools/Library/Frameworks/Python3.framework/Versions/3.8/lib/python3.8/runpy.py", line 193, in _run_module_as_main
return _run_code(code, main_globals, None,
File "/Library/Developer/CommandLineTools/Library/Frameworks/Python3.framework/Versions/3.8/lib/python3.8/runpy.py", line 86, in _run_code
exec(code, run_globals)
File "/Users/moritz/Downloads/nvidia-sniper/sniper/main.py", line 285, in
loop.run_until_complete(main())
File "/Library/Developer/CommandLineTools/Library/Frameworks/Python3.framework/Versions/3.8/lib/python3.8/asyncio/base_events.py", line 616, in run_until_complete
return future.result()
File "/Users/moritz/Downloads/nvidia-sniper/sniper/main.py", line 99, in main
driver = webdriver.create()
File "/Users/moritz/Downloads/nvidia-sniper/sniper/webdriver.py", line 54, in create
driver = webdriver.Firefox(
File "/Users/moritz/.local/share/virtualenvs/nvidia-sniper-JBtOXg3c/lib/python3.8/site-packages/selenium/webdriver/firefox/webdriver.py", line 164, in init
self.service.start()
File "/Users/moritz/.local/share/virtualenvs/nvidia-sniper-JBtOXg3c/lib/python3.8/site-packages/selenium/webdriver/common/service.py", line 72, in start
self.process = subprocess.Popen(cmd, env=self.env,
File "/Library/Developer/CommandLineTools/Library/Frameworks/Python3.framework/Versions/3.8/lib/python3.8/subprocess.py", line 854, in init
self._execute_child(args, executable, preexec_fn, close_fds,
File "/Library/Developer/CommandLineTools/Library/Frameworks/Python3.framework/Versions/3.8/lib/python3.8/subprocess.py", line 1702, in _execute_child
raise child_exception_type(errno_num, err_msg, err_filename)
OSError: [Errno 86] Bad CPU type in executable: '/Users/moritz/.wdm/drivers/geckodriver/macos/v0.29.1/geckodriver'

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant