Skip to content

Error: could not download package: error decoding response body #278

@waynegm

Description

@waynegm

I'm trying to pixi-pack an environment on linux for windows. The CLI is:

pixi pack --create-executable --platform win-64 --environment default --ignore-pypi-non-wheel pixi.toml 

Process fails part way through with the message in the issue title. The debugging trace (-vvv) looks like:

2026-03-07T07:11:19.157415Z DEBUG Connection{peer=Client}: h2::codec::framed_write: send frame=Reset { stream_id: StreamId(193), error_code: CANCEL }
2026-03-07T07:11:19.157425Z DEBUG Connection{peer=Client}: h2::codec::framed_write: send frame=GoAway { error_code: NO_ERROR, last_stream_id: StreamId(0) }
2026-03-07T07:11:19.157431Z DEBUG Connection{peer=Client}: h2::proto::connection: Connection::poll; connection error error=GoAway(b"", NO_ERROR, Library)
Error: could not download package: error decoding response body

Here is the pixi.toml file I'm using (renamed because *.toml isn't accepted)

pixi_toml.txt

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions