mirror of
https://github.com/astral-sh/uv.git
synced 2025-08-30 23:37:24 +00:00
parent
9e4b842382
commit
25db0e4988
1 changed files with 1 additions and 1 deletions
|
@ -598,7 +598,7 @@ enum InterpreterInfoResult {
|
|||
pub enum InterpreterInfoError {
|
||||
#[error("Could not detect a glibc or a musl libc (while running on Linux)")]
|
||||
LibcNotFound,
|
||||
#[error("Unknown operation system: `{operating_system}`")]
|
||||
#[error("Unknown operating system: `{operating_system}`")]
|
||||
UnknownOperatingSystem { operating_system: String },
|
||||
#[error("Python {python_version} is not supported. Please use Python 3.8 or newer.")]
|
||||
UnsupportedPythonVersion { python_version: String },
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue