New question #100257 on Graphite: https://answers.launchpad.net/graphite/+question/100257
In the past I had no problem installing 0.94 on ubuntu, now I need to install graphite in CentOS 5.3 so I was using this guide https://answers.launchpad.net/graphite/+question/89138 Although I had some problems: - python-twisted-core was not found with yum so I googled and installed this RPM instead python-twisted-core-8.1.0-1.el5.rf.i386.rpm - I'm up to installing carbon and when I run "$ python setup.py install" I get the following /usr/lib/python2.4/distutils/dist.py:236: UserWarning: Unknown distribution option: 'zip_safe' warnings.warn(msg) /usr/lib/python2.4/distutils/dist.py:236: UserWarning: Unknown distribution option: 'install_requires' warnings.warn(msg) running install running build running build_py running build_scripts running install_lib byte-compiling /usr/local/graphite/carbon/lib/carbon/amqp_publisher.py to amqp_publisher.pyc File "/usr/local/graphite/carbon/lib/carbon/amqp_publisher.py", line 23 channel = yield conn.channel(channel_number) ^ SyntaxError: invalid syntax byte-compiling /usr/local/graphite/carbon/lib/carbon/amqp_listener.py to amqp_listener.pyc File "/usr/local/graphite/carbon/lib/carbon/amqp_listener.py", line 57 chan = yield self.channel(1) ^ SyntaxError: invalid syntax running install_scripts changing mode of /usr/local/graphite/carbon/bin/carbon-cache.py to 755 changing mode of /usr/local/graphite/carbon/bin/carbon-relay.py to 755 running install_dat Any help? thanks in advance -- You received this question notification because you are a member of graphite-dev, which is an answer contact for Graphite. _______________________________________________ Mailing list: https://launchpad.net/~graphite-dev Post to : [email protected] Unsubscribe : https://launchpad.net/~graphite-dev More help : https://help.launchpad.net/ListHelp

