graphite-dev team mailing list archive
-
graphite-dev team
-
Mailing list archive
-
Message #05544
[Question #267381]: Unable to install graphte 0.10.0-alpha
New question #267381 on Graphite:
https://answers.launchpad.net/graphite/+question/267381
I need to install graphite version 0.10.0-alpha so that I can use opentsdb as a backend storage.
I downloaded and installed the the master branch on github:
https://github.com/graphite-project/graphite-web/tree/master
I installed all of the dependencies. My apache is reporting these errors:
[Mon May 25 12:33:44 2015] [error] [client 29.0.45.27] Traceback (most recent call last):
[Mon May 25 12:33:44 2015] [error] [client 29.0.45.27] File "/opt/graphite/conf/graphite.wsgi", line 4, in <module>
[Mon May 25 12:33:44 2015] [error] [client 29.0.45.27] from graphite.wsgi import application
[Mon May 25 12:33:44 2015] [error] [client 29.0.45.27] ImportError: No module named wsgi
[Mon May 25 12:33:44 2015] [error] [client 29.0.45.27] mod_wsgi (pid=5440): Target WSGI script '/opt/graphite/conf/graphite.wsgi' cannot be loaded as Python module.
[Mon May 25 12:33:44 2015] [error] [client 29.0.45.27] mod_wsgi (pid=5440): Exception occurred processing WSGI script '/opt/graphite/conf/graphite.wsgi'.
[Mon May 25 12:33:44 2015] [error] [client 29.0.45.27] Traceback (most recent call last):
[Mon May 25 12:33:44 2015] [error] [client 29.0.45.27] File "/opt/graphite/conf/graphite.wsgi", line 4, in <module>
[Mon May 25 12:33:44 2015] [error] [client 29.0.45.27] from graphite.wsgi import application
[Mon May 25 12:33:44 2015] [error] [client 29.0.45.27] ImportError: No module named wsgi
What am I doing wrong? Is the right link to the graphte webapp?
--
You received this question notification because you are a member of
graphite-dev, which is an answer contact for Graphite.