pip wheel --find-links --no-index
fails if package has pyproject.toml
#5511
Labels
auto-locked
Outdated issues that have been locked by automation
Environment
Description
pip wheel --no-index --find-links file:///...
cannot build a wheel if a project contains apyproject.toml
file.Expected behavior
It should be able to, I suspect this is related to the PEP518 work, though in this specific case there are no PEP518 specifiers in this
pyproject.toml
.How to Reproduce
Output
Here are the contents of the
pyproject.toml
at v2.3.1My workaround for now is to remove
--no-index
, though ideally I want that assertion.The text was updated successfully, but these errors were encountered: