On Tue, Jun 6, 2017 at 6:02 AM, Jun Omae <[email protected]> wrote: > Hi, > > On Tue, Jun 6, 2017 at 6:55 PM, Peter Chiu <[email protected]> > wrote: > > Hello, > > > > On a Centos 7.3 system, I have installed subversion 1.7.14-10 (anaconda) > and > > trac 1.0.13 (epel). > > > > When I tried to install the announceerplugin, 0.11, it fails with an > error: > > > > "IndexError: list index out of range" > > > > Please see below the command used and the error message. > > > > I have also tried the other versions under the branch folder, but got the > > same error. > > The latest announcerplugin release, however, flags a version conflict > error > > on trac. > > > > Any chance of a resolution? > > > > Many thanks. > > > > Peter Chiu > > ========================================== > > [root@plum log]# > > [root@plum log]# easy_install > > https://trac-hacks.org/svn/announcerplugin/tags/0.11.0/ > > Why are you installing 0.11.0? That is not latest release. > Use https://trac-hacks.org/svn/announcerplugin/tags/0.11.2 rather than > 0.11.0. >
Well, 0.11.2 is pretty old as well. I think the 1.0 branch should be much better. Btw, the specific error is due to tag_svn_revision attribute in setup.cfg, which isn't supported in later setuptools versions. - Ryan -- You received this message because you are subscribed to the Google Groups "Trac Users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at https://groups.google.com/group/trac-users. For more options, visit https://groups.google.com/d/optout.
