graphite-dev team mailing list archive
-
graphite-dev team
-
Mailing list archive
-
Message #05248
Re: [Question #256957]: what is the python module version of graphite
Question #256957 on Graphite changed:
https://answers.launchpad.net/graphite/+question/256957
mike gave more information on the question:
Mike:
There is not python module called graphite-web, I tried with underscore
and dash.
pip install graphite-web
Downloading/unpacking graphite-web
Cannot fetch index base URL https://pypi.python.org/simple/
Could not find any downloads that satisfy the requirement graphite-web
Cleaning up...
No distributions at all found for graphite-web
Storing debug log for failure in /root/.pip/pip.log
reporting123:~ # pip install graphite_web
Downloading/unpacking graphite-web
Cannot fetch index base URL https://pypi.python.org/simple/
Could not find any downloads that satisfy the requirement graphite-web
Cleaning up...
No distributions at all found for graphite-web
Storing debug log for failure in /root/.pip/pip.log
I am really sorry for these emails. One question. When I build your
code, it builds in build directory. Where do they files need to be
relative to graphite webapp install?
On Wednesday, November 5, 2014 11:31 AM, mike <question256957@xxxxxxxxxxxxxxxxxxxxx> wrote:
New question #256957 on Graphite:
https://answers.launchpad.net/graphite/+question/256957
I need to install the latest version of python module for graphite-web. I downloded this link but it is not installing as python module.
https://github.com/graphite-project/graphite-web
When I try to import python-graphite,
>>> import graphite
Traceback (most recent call last):
File "<stdin>", line 1, in <module>
ImportError: No module named graphite
Any ideas?
--
You received this question notification because you asked the question.
You received this question notification because you are a member of
graphite-dev, which is an answer contact for Graphite.