Replace python-lzf with python-neo-lzf make the installation of the pypcd4 library using uv impossible.
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
Replace python-lzf with python-neo-lzf make the installation of the pypcd4 library using uv impossible.
The error:
The root cause:
python-neo-lzf package have no wheels for aarch64.