Skip to content

KumaTea/riscv-wheels

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

36 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

riscv-wheels

Prebuilt Python wheels for RISC-V (mainly deps for popular packages)

Coverage

How to use

pip install <package> --prefer-binary --extra-index-url https://rv.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://rv.kmtea.eu/wheels.html

Notice

Currently, all wheels are built under Ubuntu 22.04 (Jammy), which is the earliest version that provided buildpack-deps images for RISC-V.

The glibc version of Ubuntu 22.04 is: 2.35 (manylinux_2_35_riscv64 in the future).

Before the Python Authority makes its manylinuxable, the wheels will end in linux_riscv64.whl.