astral-sh / rye

a Hassle-Free Python Experience
https://rye.astral.sh
MIT License
13.6k stars 466 forks source link

Support for loongarch64? #1197

Open mikigo opened 2 months ago

zanieb commented 2 months ago

Hi! Could you share some more details about what support looks like for you? Have you tried building from source?

mikigo commented 2 months ago

Wow, I'm really happy because you replied so quickly.

Yes, I want to install rye on Linux Loongarch64, but I found that only x86 and aarch64 are supported in GitHub release.

I don't know how to build on Loongarch64, can you give me some guidance ?

zanieb commented 2 months ago

It looks like this is a tier 2 Rust platform which means that it's not as well supported but you should be able to run Rust tooling on it. It looks like you should be able to install a Rust toolchain via rustup, clone this repository, then run cargo build. It seems possible that this project won't build without changes, but I'm not sure.

We probably won't be prioritizing publishing builds for this platform without more interest.

mikigo commented 2 months ago

Okay, I'll give it a try, thanks bro~