We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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
The text was updated successfully, but these errors were encountered:
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.
Sorry, something went wrong.
Require only one of whisper or ceres for install
531217c
Closes issue #86
I've updated check-dependencies.py to be more accurate and only require one
No branches or pull requests
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
Should the below be added to requirements.txt?
Then the the removal of.
The text was updated successfully, but these errors were encountered: