Jon Hrovat
Jon Hrovat

Reputation: 595

Installing Coverage.py - No matching distribution found

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

Answers (1)

Jon Hrovat
Jon Hrovat

Reputation: 595

The issue was the SSL certificate. I upgrade to a newer version of pip.

Upvotes: 1

Related Questions