Prebuilt Python wheels for RISC-V (mainly deps for popular packages)
- See also: PyPy Wheels
pip install <package> --prefer-binary --extra-index-url https://ext.kmtea.eu/simple
The --prefer-binary
option is to ensure that
once the source updates, the binary will still be used.
You may dismiss it at your will.
An alternative way is to use the --find-links
option,
which is not recommended because the size of the index is large:
pip install <package> --prefer-binary --find-links https://ext.kmtea.eu/wheels.html
Currently, all wheels will be built under Ubuntu 20.04 (Focal) (GlibC: 2.31 / GCC: 9.4.0) first, which is the earliest version of Ubuntu that provided images for RISC-V.
For all failed wheels, they will be built under
Ubuntu 22.04 (Jammy) (GlibC: 2.35 / GCC: 11.4.0),
which is the earliest version that provided
buildpack-deps
images for RISC-V.
Before the Python Authority makes its
manylinux
able, the wheels will end in linux_riscv64.whl
.manylinux_x_y_riscv64
is now available.