On Tue, Jun 6, 2017 at 5:55 AM, 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/
> Downloading https://trac-hacks.org/svn/announcerplugin/tags/0.11.0/
> Doing subversion checkout from https://trac-hacks.org/svn/
> announcerplugin/tags/0.11.0/ to /tmp/easy_install-1PmIK2/__downloaded__
> Processing __downloaded__
> Writing /tmp/easy_install-1PmIK2/__downloaded__/setup.cfg
> Running setup.py -q bdist_egg --dist-dir /tmp/easy_install-1PmIK2/__
> downloaded__/egg-dist-tmp-B43VeE
> Traceback (most recent call last):
>   File "/usr/bin/easy_install", line 9, in <module>
>     load_entry_point('setuptools==0.9.8', 'console_scripts',
> 'easy_install')()
>   File "/usr/lib/python2.7/site-packages/setuptools/command/easy_install.py",
> line 1992, in main
>     with_ei_usage(lambda:
>   File "/usr/lib/python2.7/site-packages/setuptools/command/easy_install.py",
> line 1979, in with_ei_usage
>     return f()
>   File "/usr/lib/python2.7/site-packages/setuptools/command/easy_install.py",
> line 1996, in <lambda>
>     distclass=DistributionWithoutHelpCommands, **kw
>   File "/usr/lib64/python2.7/distutils/core.py", line 152, in setup
>     dist.run_commands()
>   File "/usr/lib64/python2.7/distutils/dist.py", line 953, in run_commands
>     self.run_command(cmd)
>   File "/usr/lib64/python2.7/distutils/dist.py", line 972, in run_command
>     cmd_obj.run()
>   File "/usr/lib/python2.7/site-packages/setuptools/command/easy_install.py",
> line 380, in run
>     self.easy_install(spec, not self.no_deps)
>   File "/usr/lib/python2.7/site-packages/setuptools/command/easy_install.py",
> line 599, in easy_install
>     return self.install_item(None, download, tmpdir, deps, True)
>   File "/usr/lib/python2.7/site-packages/setuptools/command/easy_install.py",
> line 653, in install_item
>     dists = self.install_eggs(spec, download, tmpdir)
>   File "/usr/lib/python2.7/site-packages/setuptools/command/easy_install.py",
> li
> ne 849, in install_eggs
>     return self.build_and_install(setup_script, setup_base)
>   File "/usr/lib/python2.7/site-packages/setuptools/command/easy_install.py",
> line 1130, in build_and_install
>     self.run_setup(setup_script, setup_base, args)
>   File "/usr/lib/python2.7/site-packages/setuptools/command/easy_install.py",
> line 1115, in run_setup
>     run_setup(setup_script, args)
>   File "/usr/lib/python2.7/site-packages/setuptools/sandbox.py", line 69,
> in run_setup
>     lambda: execfile(
>   File "/usr/lib/python2.7/site-packages/setuptools/sandbox.py", line
> 120, in run
>     return func()
>   File "/usr/lib/python2.7/site-packages/setuptools/sandbox.py", line 71,
> in <lambda>
>     {'__file__':setup_script, '__name__':'__main__'}
>   File "setup.py", line 53, in <module>
>   File "/usr/lib64/python2.7/distutils/core.py", line 152, in setup
>     dist.run_commands()
>   File "/usr/lib64/python2.7/distutils/dist.py", line 953, in run_commands
>     self.run_command(cmd)
>   File "/usr/lib64/python2.7/distutils/dist.py", line 971, in run_command
>     cmd_obj.ensure_finalized()
>   File "/usr/lib64/python2.7/distutils/cmd.py", line 109, in
> ensure_finalized
>     self.finalize_options()
>   File "/usr/lib/python2.7/site-packages/setuptools/command/bdist_egg.py",
> line 104, in finalize_options
>     ei_cmd = self.ei_cmd = self.get_finalized_command("egg_info")
>   File "/usr/lib64/python2.7/distutils/cmd.py", line 312, in
> get_finalized_command
>     cmd_obj.ensure_finalized()
>   File "/usr/lib64/python2.7/distutils/cmd.py", line 109, in
> ensure_finalized
>     self.finalize_options()
>   File "/usr/lib/python2.7/site-packages/setuptools/command/egg_info.py",
> line 86, in finalize_options
>     self.vtags = self.tags()
>   File "/usr/lib/python2.7/site-packages/setuptools/command/egg_info.py",
> line 193, in tags
>     ):  version += '-r%s' % self.get_svn_revision()
>   File "/usr/lib/python2.7/site-packages/setuptools/command/egg_info.py",
> line 242, in get_svn_revision
>     dirurl = data[0][3]
> IndexError: list index out of range
>

The 0.11 branch hasn't been maintained in some time. Please install from
the 1.0 branch.
https://trac-hacks.org/browser/announcerplugin/branches/1.0

- 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.

Reply via email to