Please ask help only about carbon component here, if you want to to do so for Graphite, please use graphite-web repo
When I install with python setup.py install it ends with the following two lines:
Installed /opt/graphite/lib/zope.interface-7.1.0-py3.13-linux-x86_64.egg
error: The 'zope-interface>=5' distribution was not found and is required by Twisted
So it looks like it does successefully install zope-interface-7.2 but still errors that it cant find version >=5. Do I need to pin version 5 somehow?