Skip to content

Skip packages with mismatched names in Simple API #13272

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

charliermarsh
Copy link
Member

Summary

Given:

> cargo run pip install paddlepaddle-gpu==3.0.0 --index https://www.paddlepaddle.org.cn/packages/stable/cu126/ -v
...
WARN Skipping file with mismatched package name: `paddlepaddle` vs. `paddlepaddle-gpu`
WARN Skipping file with mismatched package name: `paddlepaddle` vs. `paddlepaddle-gpu`
WARN Skipping file with mismatched package name: `paddlepaddle` vs. `paddlepaddle-gpu`
WARN Skipping file with mismatched package name: `paddlepaddle` vs. `paddlepaddle-gpu`
WARN Skipping file with mismatched package name: `paddlepaddle` vs. `paddlepaddle-gpu`
WARN Skipping file with mismatched package name: `paddlepaddle` vs. `paddlepaddle-gpu`
...

@charliermarsh charliermarsh requested a review from zanieb May 2, 2025 18:35
@charliermarsh charliermarsh added the bug Something isn't working label May 2, 2025
@charliermarsh charliermarsh marked this pull request as ready for review May 2, 2025 18:35
@konstin
Copy link
Member

konstin commented May 2, 2025

This "broke" bogus_redirect, as this check happen earlier than the catch-all that raises the snapshotted error.

@charliermarsh
Copy link
Member Author

Yeah, hmm, this kind of regresses the error message.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants