Following the installation, run GIT_LFS_SKIP_SMUDGE=1 uv sync
but the error is
No solution found when resolving dependencies for split
│ (python_full_version == '3.11.*' and sys_platform == 'darwin'):
╰─▶ Because there are no versions of pyav and lerobot==0.1.0 depends on
pyav>=12.0.5, we can conclude that lerobot==0.1.0 cannot be used.
And because only lerobot==0.1.0 is available, we can conclude that all
versions of lerobot cannot be used.
And because openpi depends on lerobot and your workspace requires
openpi, we can conclude that your workspace's requirements are
unsatisfiable.
hint: The resolution failed for an environment that is not the current
one, consider limiting the environments with `tool.uv.environments`.
I checked the file uv.lock, it seems that the code is suitable in MacOs and Arm, but no x86_64
resolution-markers = [
"python_full_version < '3.12' and sys_platform == 'darwin'",
"python_full_version < '3.12' and platform_machine == 'aarch64' and sys_platform == 'linux'",
"python_version < '0'",
"python_full_version < '3.12' and platform_machine != 'aarch64' and sys_platform == 'linux'",
"python_full_version < '3.12' and sys_platform != 'darwin' and sys_platform != 'emscripten' and sys_platform != 'linux'",
"python_full_version < '3.12' and sys_platform == 'emscripten'",
"python_full_version == '3.12.*' and sys_platform == 'darwin'",
"python_full_version >= '3.13' and sys_platform == 'darwin'",
"python_full_version == '3.12.*' and platform_machine == 'aarch64' and sys_platform == 'linux'",
"python_full_version >= '3.13' and platform_machine == 'aarch64' and sys_platform == 'linux'",
"python_full_version == '3.12.*' and platform_machine != 'aarch64' and sys_platform == 'linux'",
"python_full_version >= '3.13' and platform_machine != 'aarch64' and sys_platform == 'linux'",
"python_full_version == '3.12.*' and sys_platform != 'darwin' and sys_platform != 'emscripten' and sys_platform != 'linux'",
"python_full_version >= '3.13' and sys_platform != 'darwin' and sys_platform != 'emscripten' and sys_platform != 'linux'",
"python_full_version == '3.12.*' and sys_platform == 'emscripten'",
"python_full_version >= '3.13' and sys_platform == 'emscripten'",
]
The code can not run in X86_64 platform?
Following the installation, run
GIT_LFS_SKIP_SMUDGE=1 uv syncbut the error is
I checked the file
uv.lock, it seems that the code is suitable in MacOs and Arm, but no x86_64The code can not run in X86_64 platform?