mirror of
https://github.com/astral-sh/uv.git
synced 2025-08-04 19:08:04 +00:00
Fix build failure links (#9740)
ref https://github.com/astral-sh/uv/issues/5605#issuecomment-2527887825
This commit is contained in:
parent
2f49a8e0a5
commit
1ddcc154ba
1 changed files with 4 additions and 4 deletions
|
@ -78,7 +78,7 @@ ModuleNotFoundError: No module named 'distutils'
|
|||
!!! important
|
||||
|
||||
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
|
||||
failures.
|
||||
|
@ -304,6 +304,6 @@ numpy<1.23; python_version < "3.10"
|
|||
### 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
|
||||
[provide dependency metadata manually](https://docs.astral.sh/uv/reference/settings.md#dependency-metadata)
|
||||
to skip the build. uv can not verify this information, so it is important to specify correct
|
||||
metadata when using this override.
|
||||
[provide dependency metadata manually](./settings.md#dependency-metadata) to skip the build. uv can
|
||||
not verify this information, so it is important to specify correct metadata when using this
|
||||
override.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue