Replies: 2 comments 2 replies
-
RISC-V is supported, at least Alpine Linux is distributing maturin for riscv64: https://pkgs.alpinelinux.org/package/edge/community/riscv64/maturin. I can't reproduce your issue on x86_64 Ubuntu, such issues are highly dependent on system setup so I can't really help you much, you need to investigate by yourself or come up with a clean repro, for example in a Docker container. |
Beta Was this translation helpful? Give feedback.
1 reply
-
Could you run |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I'm trying to install maturin using pip, and I have Rust and Cargo already installed. However, during installation, I'm encountering an error that indicates the Rust compiler is not found. The error message is: Failed building wheel for maturin Failed to build maturin, which is required to install pyproject.toml-based projects"
Additionally, I'm like to know if maturin supports the RISC-V architecture. Could you provide guidance on resolving the installation error and share information about RISC-V support in maturin?
Beta Was this translation helpful? Give feedback.
All reactions