pip wheel should not create wheels that it will itself deem invalid #4169
Labels
auto-locked
Outdated issues that have been locked by automation
type: bug
A confirmed bug or unintended behavior
Milestone
Description:
pip wheel
can create wheels thatpip install
will deem invalid. This should not be the case.What I've run:
setup.py
then
pip wheel
doesn't even bother to warn on the version name.As a side note, note that "interestingly",
pip install .
(installation from the directory) works just fine.As a further note, I think that internal exceptions from pip should, by default, not display a traceback.
The text was updated successfully, but these errors were encountered: