Skip to content

Please add linux-arm64 wheels #74

@rcleveng

Description

@rcleveng

Thanks for adding the macos wheels, can you also please add some linux/arm64 ones too?

I get this error when trying to run on my mac in docker compose. Rosetta is a workaround, but I hear even Cloud Run is working on adding arm64 containers soon. :-)

 > [ingest stage-0 8/8] RUN --mount=type=cache,target=/root/.cache/uv     echo "uv-refresh=1780695856"     && uv sync --frozen --all-packages:
0.168 uv-refresh=1780695856
0.191 Using CPython 3.14.5 interpreter at: /usr/bin/python3
0.191 Creating virtual environment at: /venv
0.201 error: Distribution `cel-expr-python==0.1.2 @ registry+https://pypi.org/simple` can't be installed because it doesn't have a source distribution or wheel for the current platform
0.201
0.201 hint: You're on Linux (`manylinux_2_43_aarch64`), but `cel-expr-python` (v0.1.2) only has wheels for the following platforms: `manylinux_2_27_x86_64`, `manylinux_2_28_x86_64`, `macosx_11_0_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
------

target agent-api: failed to solve: process "/bin/sh -c echo \"uv-refresh=${UV_REFRESH}\"     && uv sync --frozen --all-packages" did not complete successfully: exit code: 2

Metadata

Metadata

Labels

No labels
No labels

Type

No type
No fields configured for issues without a type.

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions