mitodl / django-server-status

Monitor server status for health checks.
GNU Affero General Public License v3.0
8 stars 0 forks source link

Unable to install using pip #6

Closed noisecapella closed 8 years ago

noisecapella commented 8 years ago

I get this message when running pip install django-server-status:

You are using pip version 7.0.1, however version 7.1.2 is available.
You should consider upgrading via the 'pip install --upgrade pip' command.
Collecting django-server-status
  Could not find a version that satisfies the requirement django-server-status (from versions: )
No matching distribution found for django-server-status

Is there more work that needs to be done to allow for this?

pdpinch commented 8 years ago

Looks like we didn't upload the package?

python setup.py sdist upload

maybe?

noisecapella commented 8 years ago

It looks like this is fixed now, CCXCon can use it successfully from pip: https://github.com/mitodl/ccxcon/pull/125/files