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.
System Info
Any platform other than x86_64
Reproduction
On e.g. aarch64,
pip install bitsandbytes.Expected behavior
pip install bitsandbyteswill succeed at first on aarch64 because the distribution on PyPi has theanyarchitecture.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.