← Back to team overview

graphite-dev team mailing list archive

[Question #239063]: ImportError: cannot import name daemonize

 

New question #239063 on Graphite:
https://answers.launchpad.net/graphite/+question/239063

I am trying to install Graphite on Cent 6. When I try to start carbon, I get an ImportError on the word "daemonize"

Here are the steps I've taken

# set up virtualenv
    1  virtualenv /opt/graphite
    2  source /opt/graphite/bin/activate

# gcc is needed to install some binary packages
    4  yum install gcc

# pip install as per instructions
    5  pip install whisper carbon graphite-web

#try to start
   11  /opt/graphite/bin/carbon-cache.py start

and I get this error:

Traceback (most recent call last):
  File "/opt/graphite/bin/carbon-cache.py", line 28, in <module>
    from carbon.util import run_twistd_plugin
  File "/opt/graphite/lib/carbon/util.py", line 21, in <module>
    from twisted.scripts._twistd_unix import daemonize
ImportError: cannot import name daemonize


-- 
You received this question notification because you are a member of
graphite-dev, which is an answer contact for Graphite.