graphite-dev team mailing list archive
-
graphite-dev team
-
Mailing list archive
-
Message #06706
Re: [Question #662391]: Target WSGI script '/opt/graphite/conf/graphite.wsgi' cannot be loaded as Python module
Question #662391 on Graphite changed:
https://answers.launchpad.net/graphite/+question/662391
Denis Zhdanov posted a new comment:
@aurimas88: you need to install django 1.8 or newer, IIRC it's not included as package to RHEL7. Even EPEL repo contains 1.6.x, which is too old for latest Graphite. Usually, people installing it to RHEL using `pip` but that's will not work w/o Internet connection.
You can also build all required packages using `fpm` tool (https://fpm.readthedocs.io/en/latest/source/python.html) on RHEL server which have internet connection, but you need to resolve all dependencies manually, which require some work.
--
You received this question notification because your team graphite-dev
is an answer contact for Graphite.