Skip to content

Does usd-core not support Linux aarch64? #6

Description

@zoechann

When running uv sync on the Linux aarch64 platform, the following error is reported:

 ~/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

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions