miyakogi / pyppeteer

Headless chrome/chromium automation library (unofficial port of puppeteer)
Other
3.56k stars 372 forks source link

Support ARM OS #284

Open chatzich opened 4 years ago

chatzich commented 4 years ago

Hello, I am trying to use requests_html inside a raspberry pi but I took an incompatibility error of chrome driver OSError: [Errno 8] Exec format error: '/home/dio/.local/share/pyppeteer/local-chromium/575458/chrome-linux/chrome'

Mattwmaster58 commented 4 years ago

Hi @ironexmaiden , it looks like this project has been abandoned. You may want to consider the active fork pyppeteer2. Feel free to create an issue there if your problem persists with the updated library.

pyppeteer2 uses chromium, and chromium AFAIK doesn't have any ARM builds, so I don't think much could be done about this issue.