Skip to content

Starting from v1.4.0 pypcd4 cannot be installed on aarch64 #56

@mawerid

Description

@mawerid

Replace python-lzf with python-neo-lzf make the installation of the pypcd4 library using uv impossible.

The error:

Using CPython 3.10.19 interpreter at: /usr/local/bin/python3
Creating virtual environment at: .venv
Resolved 23 packages in 2.54s
error: Distribution `python-neo-lzf==0.3.2 @ registry+https://link/to/my/project/pypi` 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_36_aarch64`), but `python-neo-lzf` (v0.3.2) only has wheels for the following platforms: `manylinux_2_5_x86_64`, `manylinux_2_28_x86_64`, `manylinux1_x86_64`, `musllinux_1_2_x86_64`, `macosx_10_9_universal2`, `win32`, `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

The root cause:

python-neo-lzf package have no wheels for aarch64.

Metadata

Metadata

Labels

No labels
No labels

Type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions