python-chromedriver-autoinstaller icon indicating copy to clipboard operation
python-chromedriver-autoinstaller copied to clipboard

exec format error on raspberry pi

Open Canorus opened this issue 1 year ago • 0 comments

I tried to run selenium webdriver from my raspberry pi and it returned error message:

OSError: [Errno 8] Exec format error: '/home/canor/.local/lib/python3.11/site-packages/chromedriver_autoinstaller/130/chromedriver

machine: raspberry pi 4b os: debian bookworm sys.platform returns linux and sys.maxsize returns 9223372036854775807(I hope I didn't make typo)

Canorus avatar Dec 08 '24 12:12 Canorus