Skip to content

Commit

Permalink
Fix build failure links
Browse files Browse the repository at this point in the history
  • Loading branch information
zanieb committed Dec 9, 2024
1 parent 2f49a8e commit 135fae7
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions docs/reference/build_failures.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down Expand Up @@ -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.

0 comments on commit 135fae7

Please sign in to comment.