Skip to content

can't run on a Raspberry Pi #47

@brigcam

Description

@brigcam

Hello,

listsync can't run on a Raspberry Pi as the package it downloads from here

https://storage.googleapis.com/chrome-for-testing-public/137.0.7151.119/linux64/chromedriver-linux64.zip

is for amd64 architectures, while the raspberry is arm, so it just goes in an error loop while trying to launch usr/local/bin/chromedriver.

I managed to download chromedriver on the pi and to link it in the docker container, but then there are other files in the wrong format:

ERROR:root:Failed to initialize Selenium driver: [Errno 8] Exec format error: '/bin/google-chrome'
/bin/sh: 1: /usr/src/app/.venv/lib/python3.9/site-packages/seleniumbase/drivers/uc_driver: Exec format error

these files are also taken from the downloaded .zip file if I understood correctly.

any way to fix this?

Thanks!

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions