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:
@@ -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");
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user