Reputation: 595
I'm working on a Django project and want to set up Coverage on my project.
$ pip install coverage
Could not find a version that satisfies the requirement coverage (from versions: )
No matching distribution found for coverage
Does this error mean the package is no longer supported? Just wondering what I should try to get this installed.
Upvotes: 1
Views: 1437
Reputation: 595
The issue was the SSL certificate. I upgrade to a newer version of pip.
Upvotes: 1