← Back to team overview

graphite-dev team mailing list archive

Re: [Question #100257]: Problem installing graphite from bzr source to CentOS 5.3

 

Question #100257 on Graphite changed:
https://answers.launchpad.net/graphite/+question/100257

    Status: Open => Answered

chrismd proposed the following answer:
So the problem is that we recently added support for the AMQP messaging
protocol, but the library we use requires at least python 2.5. This
*should* only matter if you actually enable the AMQP support in the
configuration (ie. it shouldn't break at install time). Unfortunately it
looks like we glossed over one important detail, the installer tries to
byte-compile all the .py files and thus it breaks on the ones using 2.5
syntax.

This is a problem I'm not sure how to fix (though I'm sure a simple
solution exists). Fow now I would recommend trying to trick the
installer by deleting the AMQP code. You should only need to get rid of
amqp_listener.py and amqp_publisher.py from the lib/carbon/ directory.

I'll try to get this figured out before the coming release.

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