You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
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. :-)