"No matching distribution found" is confusing when unsupported bzip2 package is actually available #4646
Labels
C: error messages
Improving error messages
state: awaiting PR
Feature discussed, PR is needed
type: bug
A confirmed bug or unintended behavior
UX
User experience related
I ran
pip install Twisted
and got this error message:@dstufft figured out that my problem is that I built I python without bzip support. The error message above should say "I found Twisted, but you and your lame-ass Python can't have it because no bzip" (feel free to rephrase that) instead of telling me that there's no Twisted to be had, which is kinda confusing.
The text was updated successfully, but these errors were encountered: