Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Carbon cache: no module named carbon.util #276

Closed
tristanbes opened this issue Aug 20, 2014 · 3 comments
Closed

Carbon cache: no module named carbon.util #276

tristanbes opened this issue Aug 20, 2014 · 3 comments

Comments

@tristanbes
Copy link

I'm on the master verison for graphite / cabron and whisper

I did 3 install of graphite/carbon:

  • 2 installation 14 days ago : it's all okay
  • 1 installation today : it's failing to start carbon
/opt/graphite/bin/python /opt/graphite/bin/carbon-cache.py --debug start
Traceback (most recent call last):
  File "/opt/graphite/bin/carbon-cache.py", line 28, in <module>
    from carbon.util import run_twistd_plugin
ImportError: No module named carbon.util

The installation is automated via ansible, so basically the installation process is the same than I did 2 weeks ago (on Debian 7.6 x64)

@tristanbes tristanbes changed the title Carbon cache: No module named carbon.util Carbon cache: no module named carbon.util Aug 20, 2014
@tristanbes
Copy link
Author

switch back to release 0.9.12 did the trick meanwhile this get fixed

@thorrsson
Copy link
Contributor

This is due to: #281
Master has a bad entry for the install-libs location .. everything ends up in webapp

@jgwinner
Copy link

I just ran into the same thing :( Also, stuff was scattered around a little; instead of /opt/graphite/bin/carbon-cache.py I had to use /usr/local/bin/carbon-cache.py

I used pip2.7 install carbon (etc)

I haven't tried installing from source.

python2.7 is installed (CentOS/Oracle Linux), but 2.6 is still the default. I'm using pip2.7 and python2.7 in /usr/local to run carbon (hopefully, as it won't work with 2.6).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants