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 (84,934 stars) (3,111 forks)batch import
error messageshelp wanted

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

Special case error message when build fails on a very old package version · astral-sh/uv#7035 | Good First Issue