I deployed the project on the company's server without external network proxy. I downloaded all dependencies locally, packed them as .tar.gz, uploaded and unpacked it on the server, than ran pip install. An unknown error popped up when installing sglang.
The installation failed halfway while parsing pyproject.toml . The error log shows: error: can't find rust compiler . Does this dependency require a Rust compiler to build?
I deployed the project on the company's server without external network proxy. I downloaded all dependencies locally, packed them as .tar.gz, uploaded and unpacked it on the server, than ran pip install. An unknown error popped up when installing sglang.
The installation failed halfway while parsing pyproject.toml . The error log shows: error: can't find rust compiler . Does this dependency require a Rust compiler to build?