Hi,
the python-playwright package is on the website: [url]https://archlinuxarm.org/packages/any/python-playwright[/url]
but not in the repository: [url]http://de.mirror.archlinuxarm.org/armv7h/extra/[/url]
My platform is armv7:
[code]
# uname -a
Linux homeserver 4.14.180-3-ARCH #1 SMP PREEMPT Sat Jun 5 22:29:47 UTC 2021 armv7l GNU/Linux
[/code]
I was able to install all required dependencies
[list]
[*]nodejs
[*] python
[*] python-greenlet
[*] python-pyee
[/list]
I tried to install it manually by downloading the binary from the website but it did not work:
[code]
# pacman -U python-playwright-1.44.0-2-any.pkg.tar.xz
loading packages...
error: missing package metadata in python-playwright-1.44.0-2-any.pkg.tar.xz
error: 'python-playwright-1.44.0-2-any.pkg.tar.xz': invalid or corrupted package
[/code]
Edit:
I just checked that playwright wheels are only available for 64bit ARM but my armv7l seems to be 32bit. [url]https://pypi.org/project/playwright/#files[/url]
Maybe that is the problem.
Anyhow, the package website lists playwright support Arch as "any"