astral-sh/uv

Special case error message when build fails on a very old package version

Open

#7,035 opened on Sep 4, 2024

View on GitHub
 (1 comment) (1 reaction) (0 assignees)Rust (3,111 forks)batch import
error messageshelp wanted

Repository metrics

Stars
 (84,934 stars)
PR merge metrics
 (Avg merge 7d 16h) (259 merged PRs in 30d)

Description

  1. We know very old package versions fail often fail to build due to outdated metadata and dependencies
  2. We generally know when a package version was published
  3. We get a ton of questions about this (e.g., https://github.com/astral-sh/uv/issues/6052#issuecomment-2329559758)

Let's display a special message for these errors?

Contributor guide