Can't find matching wheels with the --find-links
flag
#6082
Labels
compatibility
Compatibility with a specification or another tool
upstream
An upstream dependency is involved
Overview
OS -
Linux
uv version -
0.2.36
I run into this error while trying to install a package from a wheel from an external link with the
--find-links
flag while trying to install a specific version ofiree-compiler
withuv
defined in mypyproject.toml
as -Steps to reproduce
When I run
uv pip install .[iree] --find-links https://iree.dev/pip-release-links.html --verbose
, this is what I get -The package wheels of the
iree-compiler==20240507.886
are present in that link and work withpip
, but not withuv
.When I run the same command with pip (
pip install .[iree] --find-links https://iree.dev/pip-release-links.html
), it successfully downloads and builds the wheels for my package.The text was updated successfully, but these errors were encountered: