Skip to content

Distribute pip wheels for the architecture they are built for #1043

Closed
@MatthiasKohl

Description

@MatthiasKohl

System Info

Any platform other than x86_64

Reproduction

On e.g. aarch64, pip install bitsandbytes.

Expected behavior

pip install bitsandbytes will succeed at first on aarch64 because the distribution on PyPi has the any architecture.
However, the distributed library is built for x86_64, and this cannot work.

It would be expected that there is a pip distribution for each architecture supported by bitsandbytes.

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