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

please update graphite-web pip version #1004

Closed
duoduo369 opened this issue Oct 25, 2014 · 0 comments
Closed

please update graphite-web pip version #1004

duoduo369 opened this issue Oct 25, 2014 · 0 comments

Comments

@duoduo369
Copy link

In Docs install graphite-web with pip
there has one pip install graphite-web, but unfortunate,this pip version is old,need install libcairo2-dev which is too diffcult to install.I check reqirements.txt and django code, find that i need to change the code graphite-web / webapp / graphite / render / glyph.py, and the code on master is already fix this.

try:
    import cairo
except ImportError:
    import cairocffi as cairo
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

2 participants