Zanie Blue
Zanie Blue
> DEBUG No credentials found for: https://pypi.org/simple/nvidia-cudnn-cu12/ This means we did not find any credentials for that URL and consequently did not populate them. It doesn't matter here since that's...
Here's verbose output on my machine ``` ❯ echo "torch==2.1.0+cpu" | uv pip compile --find-links https://download.pytorch.org/whl/torch_stable.html - × No solution found when resolving dependencies: ╰─▶ Because there is no version...
You can see these versions _are_ available at https://download.pytorch.org/whl/torch_stable.html Adding a debug log and it looks like we're filtering these out before candidate selection ``` 0.382322s 4ms DEBUG uv_resolver::resolver Searching...
Just to clarify, `uv pip install` works but `uv pip compile` does not? What's the exact `compile` invocation and input file?
Should add a test case for this, might do it separately though
@charliermarsh did you feel like we need lazy building before merging this?
Thanks for the report! This is unfortunate, I'm not sure what our best option is here. Can you build the wheels yourself?
I would be okay documenting that as a caveat of the rule, seems like a weird edge-case.
How can we identify them as unstable?
@orfisko Yeah it is! I missed that implementation since it wasn't linked to an issue. The choices here are a little different: - The `cloned_types` parameter is retained. This prevents...