omkarcloud / botasaurus

The All in One Framework to build Awesome Scrapers.
https://www.omkar.cloud/botasaurus/
MIT License
1.16k stars 104 forks source link

OSError: [Errno 8] Exec format error #63

Closed Al366io closed 4 months ago

Al366io commented 4 months ago

on Linux rapsberrypi After running the project, this error appears.

_File "/home/username/.local/lib/python3.11/site-packages/selenium/webdriver/common/service.py", line 71, in start self.process = subprocess.Popen(cmd, env=self.env, ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/lib/python3.11/subprocess.py", line 1024, in init self._execute_child(args, executable, preexec_fn, close_fds, File "/usr/lib/python3.11/subprocess.py", line 1901, in _execute_child raise child_exception_type(errno_num, err_msg, errfilename) OSError: [Errno 8] Exec format error: '/home/username/Desktop/projects/aa/bb/cc/build/chromedriver-120'

MrSpyCat commented 4 months ago

I don't think there is a chromedriver for the ARM architecture, maybe you should try chromium but I don't know if this project supports it. I am curious too because i have a raspberry pi 5 and in the future i would like to move this project there for small tasks

Chetan11-dev commented 4 months ago

We currently don't support rapsberrypi, we recommend using google cloud, docker or gitpod for your workloads.