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

graphite-web install via pip doesn't show up in "pip freeze" #651

Closed
bahamat opened this issue Mar 3, 2014 · 5 comments
Closed

graphite-web install via pip doesn't show up in "pip freeze" #651

bahamat opened this issue Mar 3, 2014 · 5 comments
Milestone

Comments

@bahamat
Copy link

bahamat commented Mar 3, 2014

This appears to be the same issue as issue 86 of carbon.

Same issue here, when using a configuration management system (e.g., CFEngine, Salt) the system can't properly detect that graphite-web is installed and tries to install it on every run.

@esc esc modified the milestone: 0.10.0 Apr 3, 2014
@obfuscurity obfuscurity added this to the 0.9.13 milestone Jan 4, 2015
@obfuscurity
Copy link
Member

This is definitely causing problems with pip in 0.9.13-pre1. We need to fix this for the upcoming release.

@brutasse
Copy link
Member

brutasse commented Jan 4, 2015

@obfuscurity fixing this is just a matter of removing the /opt/graphite prefix in setup.cfg. But it's a big backwards-incompatible change and messes all paths in graphite's settings. Last time we talked about this, the conclusion was to keep the prefix in 0.9 and make a possibly breaking change in 0.10 to end up with a more common directory layout.

@deniszh
Copy link
Member

deniszh commented Jan 4, 2015

👍 what @brutasse said - I also see no way how it could be fixed in 0.9.13 w/o breaking many things. Maybe fixing it in 1.0-dev is much better idea?

@obfuscurity
Copy link
Member

Yes, I remember that now. I guess at the time I didn't realize the extent of the breakage associated with keeping things the same for 0.9.13. AIUI there's no way to install via PyPI for this release.

... well, not without also installing all the pip dependencies manually first.

@obfuscurity obfuscurity modified the milestones: 1.0.0, 0.9.13 Jan 4, 2015
@obfuscurity
Copy link
Member

The installation docs now formally instruct the user to set PYTHONPATH before installing via pip. Fixed in 1904348.

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

5 participants