Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ceres is a required dependency, however its missing from the requirements.txt #86

Closed
daniellawrence opened this issue Oct 17, 2012 · 2 comments

Comments

@daniellawrence
Copy link
Contributor

ceres is a required dependency, however its missing from the requirements.txt

Ceres is a noted requirement in check-dependencies.py however its missing from requirements.txt, stopping users from getting up and running with

$ pip install -r requirements.txt

Should the below be added to requirements.txt?

git+git://github.com/graphite-project/ceres.git#egg=ceres

Then the the removal of.

git+git://github.com/graphite-project/whisper.git#egg=whisper
@rowanu
Copy link
Contributor

rowanu commented Dec 20, 2012

Ceres is not required, even though some of the log messages suggests it might be (and I'm guessing one day it will be).

The only requirement is that you have Whisper OR Ceres available, so that there is at least one back-end for storing metrics.

mleinart added a commit that referenced this issue Feb 2, 2013
@mleinart
Copy link
Member

mleinart commented Feb 2, 2013

I've updated check-dependencies.py to be more accurate and only require one

@mleinart mleinart closed this as completed Feb 2, 2013
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants