graphite-project / ceres

Distributable time-series database (not actively maintained)
Apache License 2.0
356 stars 79 forks source link

can't install using pip: No distributions at all found for ceres #11

Closed a-sk closed 10 years ago

a-sk commented 10 years ago

search:

pip search ceres
python-saucerest          - Python wrapper around the saucelabs REST API
ResourceReservation       - Resource Reservation plugin for Trac
ceres                     - Distributed time-series database

install:

pip install ceres
Downloading/unpacking ceres
  Could not find any downloads that satisfy the requirement ceres
Cleaning up...
No distributions at all found for ceres

Could you please fix it?

SEJeff commented 10 years ago

Ceres has not been officially released. As such, there is no release :)

If you'd like to please follow a requirements.txt like this or do:

pip install git+git://github.com/graphite-project/ceres.git#egg=ceres
a-sk commented 10 years ago

Oh, I see :) I installed it pip install git+git://github.com/graphite-project/ceres.git#egg=ceres but thought may be it's a bug. Thanks!