~/soma-retargeter$ uv sync
Resolved 20 packages in 2ms
error: Distribution `usd-core==26.3 @ 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 (`manylinux_2_35_aarch64`), but `usd-core` (v26.3) only has wheels for the following platforms: `manylinux_2_27_x86_64`, `manylinux_2_28_x86_64`, `macosx_10_15_universal2`, `win_amd64`; consider adding "sys_platform == 'linux' and platform_machine == 'aarch64'" to `tool.uv.required-environments` to ensure uv resolves to a version with compatible wheels
When running
uv syncon the Linux aarch64 platform, the following error is reported: