sbp opened a new issue, #518: URL: https://github.com/apache/tooling-trusted-releases/issues/518
In https://github.com/apache/tooling-trusted-releases/issues/279#issuecomment-3749672035 a contributor documents issues that they had developing ATR on a musl based Linux distribution. When I tried it on the same OS as the contributor, I got: ``` ~/tooling-trusted-releases # uv sync --frozen --all-groups Using CPython 3.13.11 Creating virtual environment at: .venv error: Distribution `playwright==1.57.0 @ registry+https://pypi.org/simple` can't be installed because it doesn't have a source distribution or wheel for the current platform hint: You're on Linux (`linux_aarch64`), but `playwright` (v1.57.0) only has wheels for the following platforms: `manylinux_2_17_aarch64`, `manylinux1_x86_64`, `manylinux2014_aarch64`, `macosx_10_13_x86_64`, `macosx_11_0_arm64`, `macosx_11_0_universal2`, `win32`, `win_amd64`, `win_arm64`; consider adding "sys_platform == 'linux' and platform_machine == 'aarch64'" to `tool.uv.required-environments` to ensure uv resolves to a version with compatible wheels ``` -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
