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
python_pip unable to detect that carbon is installed:
e# pip install carbon && pip list | grep carbon && echo installed || echo "installed but not found" Collecting carbon Using cached carbon-0.9.13.tar.gz Requirement already satisfied (use --upgrade to upgrade): twisted in /usr/local/lib/python2.7/dist-packages (from carbon) Requirement already satisfied (use --upgrade to upgrade): txamqp in /usr/local/lib/python2.7/dist-packages (from carbon) Requirement already satisfied (use --upgrade to upgrade): zope.interface>=3.6.0 in /usr/local/lib/python2.7/dist-packages (from twisted->carbon) Requirement already satisfied (use --upgrade to upgrade): setuptools in /usr/local/lib/python2.7/dist-packages (from zope.interface>=3.6.0->twisted->carbon) Installing collected packages: carbon Running setup.py install for carbon Successfully installed carbon installed but not found
I think we have to add not_if and check manually. There is a trick how to detect it actually installed:
PYTHONPATH="/opt/graphite/lib/:/opt/graphite/webapp/" pip freeze
The text was updated successfully, but these errors were encountered:
UPD: related issue - graphite-project/carbon#86
Sorry, something went wrong.
Closing this now. Looks like it should be solved.
This will be tracked in the rewrite ticket
This thread has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs.
No branches or pull requests
python_pip unable to detect that carbon is installed:
I think we have to add not_if and check manually.
There is a trick how to detect it actually installed:
PYTHONPATH="/opt/graphite/lib/:/opt/graphite/webapp/" pip freeze
The text was updated successfully, but these errors were encountered: