Skip to content

Commit 6529635

Browse files
committed
install report: added note about download_info.archive_info.hash
1 parent 1fbfdc4 commit 6529635

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

docs/html/reference/installation-report.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,14 @@ package with the following properties:
4343
structure. When `is_direct` is `true`, this field is the same as the `direct_url.json`
4444
metadata, otherwise it represents the URL of the artifact obtained from the index or
4545
`--find-links`.
46+
47+
```{note}
48+
For source archives, `download_info.archive_info.hash` may
49+
be absent when the requirement was installed from the wheel cache
50+
and the cache entry was populated by an older pip version that did not
51+
record the origin URL of the downloaded artifact.
52+
```
53+
4654
- `requested`: `true` if the requirement was explicitly provided by the user, either
4755
directely via a command line argument or indirectly via a requirements file. `false`
4856
if the requirement was installed as a dependency of another requirement.

0 commit comments

Comments
 (0)