Error when built wheel is for the wrong platform (#16074)

Error when a built wheel is for the wrong platform. This can happen
especially when using `--python-platform` or `--python-version` with `uv
pip install`.

Fixes #16019
This commit is contained in:
konsti
2025-12-05 16:04:53 +01:00
committed by GitHub
parent 9f58280eb8
commit b73281d222
11 changed files with 433 additions and 82 deletions
+1
View File
@@ -255,6 +255,7 @@ impl Interpreter {
self.implementation_tuple(),
self.manylinux_compatible,
self.gil_disabled,
false,
)?;
self.tags.set(tags).expect("tags should not be set");
}