Running pip install deltalake on anything other than mac or windows throws an error:
uv pip install --system -r requirements.txt -r requirements-dev.txt
Using Python 3.11.9 environment at: /opt/hostedtoolcache/Python/3.11.9/x64
× No solution found when resolving dependencies:
╰─▶ Because deltalake==0.[25].0 has no wheels with a matching platform tag
(e.g., `manylinux_2_35_x86_64`) and you require deltalake==0.25.0, we
can conclude that your requirements are unsatisfiable.
hint: Wheels are available for `deltalake` (v0.25.0) on the following
platforms: `macosx_10_12_x86_64`, `macosx_11_0_arm64`, `win_amd64`
Are we now expected to build from source on these linux platforms? I didn't see an obvious change for this in the changelog.
Running
pip install deltalakeon anything other than mac or windows throws an error:Are we now expected to build from source on these linux platforms? I didn't see an obvious change for this in the changelog.