Can't Start Carbon - 12.04 - Python Error - ImportError: cannot import name daemonize

后端 未结 5 962
逝去的感伤
逝去的感伤 2020-12-25 12:56

I am really hoping someone can help me as I have spent at-least 15 hours trying to fix this problem. I have been given a task by a potential employer and my solution is to u

5条回答
  •  梦谈多话
    2020-12-25 13:35

    I tried with pip install Twisted==11.1.0 but not got it downgrade my Twisted version. So, i renamed /usr/lib/python2.7/dist-packages/twisted/ to other name. After i install twisted pip install Twisted==11.1.0 and sudo ./bin/carbon-cache.py start works.

提交回复
热议问题