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

[Errno 8] Exec format error: 'webdriver/chromedriver' #224

Open
BiswajyotiRay opened this issue Sep 10, 2024 · 1 comment
Open

[Errno 8] Exec format error: 'webdriver/chromedriver' #224

BiswajyotiRay opened this issue Sep 10, 2024 · 1 comment

Comments

@BiswajyotiRay
Copy link

image

spacs : ubuntu 20.04.6 (aarch64)
webdriver-manager==4.0.2

@dmitry-js
Copy link

dmitry-js commented Sep 28, 2024

I just got the same problem on ubuntu, so I've solved it through these steps:
make sure that:
0. chrome is installed correctly: google-chrome --version;

if not: Try to manually download it and place it in your webdriver directory:

wget https://dl.google.com/linux/direct/google-chrome-stable_current_amd64.deb
mv google-chrome-stable_current_amd64.deb webdriver

if that doesn't solve the issue, try to install it globally:
sudo dpkg -i google-chrome-stable_current_amd64.deb
and check again: google-chrome --version;

If this still hasn't helped, try the next steps. Make sure that:

  1. you have downloaded the correct version of Chromedriver for Linux, not the Windows version. You can download it from the official Chromedriver site;
  2. the file has the executable permission. if not use the following command: chmod +x webdriver/chromedriver;
  3. Chromedriver version matches the installed version of Google Chrome. If they are mismatched, you may encounter compatibility issues;

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

2 participants