Fix build failure links (#9740)

ref https://github.com/astral-sh/uv/issues/5605#issuecomment-2527887825
This commit is contained in:
Zanie Blue 2024-12-09 09:31:34 -06:00 committed by GitHub
parent 2f49a8e0a5
commit 1ddcc154ba
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 4 additions and 4 deletions

View File

@ -78,7 +78,7 @@ ModuleNotFoundError: No module named 'distutils'
!!! important !!! important
The `--use-pep517` flag should be included with the `pip install` invocation to ensure the same The `--use-pep517` flag should be included with the `pip install` invocation to ensure the same
build isolation behavior. uv always uses [build isolation by default](https://docs.astral.sh/uv/pip/compatibility.md#pep-517-build-isolation). build isolation behavior. uv always uses [build isolation by default](../pip/compatibility.md#pep-517-build-isolation).
We also recommend including the `--force-reinstall` and `--no-cache` options when reproducing We also recommend including the `--force-reinstall` and `--no-cache` options when reproducing
failures. failures.
@ -304,6 +304,6 @@ numpy<1.23; python_version < "3.10"
### Package is only usable on a specific platform ### Package is only usable on a specific platform
If locking fails due to building a package that is only usable on another platform, you can If locking fails due to building a package that is only usable on another platform, you can
[provide dependency metadata manually](https://docs.astral.sh/uv/reference/settings.md#dependency-metadata) [provide dependency metadata manually](./settings.md#dependency-metadata) to skip the build. uv can
to skip the build. uv can not verify this information, so it is important to specify correct not verify this information, so it is important to specify correct metadata when using this
metadata when using this override. override.