Hi Thorondir, thorondir+guix--- via <[email protected]> [2025-10-20T11:59:26+0200]: > On 10/19/25 8:56 PM, Sergiu Ivanov wrote: >> thorondir+guix--- via<[email protected]> [2025-10-14T23:53:07+0200]: >>> Hi Sergiu, >>> >>> I'm not currently able to try to replicate this > I just realized I wasn't very clear in what I wrote: I couldn't > replicate it, because I wasn't at my computer. I'm back now, and was > able to replicate it. >>> On 10/14/25 3:45 PM, Sergiu Ivanov wrote: >>>> ├─▶ Failed to extract archive: >>>> polars_runtime_32-1.34.0-cp39-abi3-manylinux_2_17_x86_64.manylinux2014_x86_64.whl >>>> ╰─▶ compression not supported: 8 > > Also with this exact same error. I've even added more compression > packages to the shell: > > `guix shell [email protected] uv zstd unzip gzip xz lzip bzip2 lunzip pzstd > ucl pbgzip pbzip2 plzip unrar` > > Still no dice.
Oh, all right, thanks for confirming the issue! > So I looked up the error message, and found this github-issue: > https://github.com/astral-sh/uv/issues/13192 > which linked to this PR: https://github.com/astral-sh/uv/pull/13285 > which was merged in `uv==0.7.3`. > > The uv-version in guix seems to be `0.6.12`. > > So I think that's the issue you're facing. I actually saw that issue on GitHub, but on the surface it seemed different from my situation, and also it seemed to have something to do with "broken wheel files", which I assumed didn't apply to trying to install polars. However, apparently I didn't read the discussion on the issue attentively enough and didn't notice the PR 🙂 I'll try to bump the version in the uv package in a local checkout of Guix and see if it (1) builds and (2) fixes the issue we are seeing. Thanks! - Sergiu
