Kaliiiiiiiiii-Vinyzu / Kaliiiiiiiiii-Vinyzu/patchright-python
`patchright install chrome` broken for arm64
- Dominant language
- Python
- Stars
- 1.5k
- Forks
- 112
- PR merge metrics
- No merged PRs in 30d
Description
Opening this issue for tracking purpose.
Google seem to provide arm64 chrome binary, ref. https://github.com/Kaliiiiiiiiii-Vinyzu/patchright/issues/211#issuecomment-5152927195
This might require a fix now:
```log
❯ patchright install --force chrome
Switching to root user to install dependencies...
[sudo: authenticate] Password:
++ arch
+ [[ aarch64 == aarch64 ]]
+ echo 'ERROR: not supported on Linux Arm64'
ERROR: not supported on Linux Arm64
+ exit 1
Failed to install browsers
Error: Failed to install chrome
```
Contributor guide
No contributing guide indexed for this repository
Research direction
Start at the `patchright install --force chrome` entry point and trace the Linux arm64 platform check shown in the log. Compare the Chrome installation path with the referenced arm64 availability, then verify that the command completes successfully on Linux arm64 without the unsupported-platform error.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- playwright, python
- Domain
- cli, devtools
- Issue type
- Bug
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Quiet
- Clarity
- Mostly clear
- Newbie friendliness
- 58/100