Tuesday 18 January 2011

hookbox install

Sadly failed
readynas1:/c/webroot/xplorer/files# easy_install hookbox
Searching for hookbox
Reading http://pypi.python.org/simple/hookbox/
Reading http://hookbox.org
Traceback (most recent call last):
File "/usr/bin/easy_install", line 7, in ?
sys.exit(
File "/usr/lib/python2.4/site-packages/setuptools-0.6c11-py2.4.egg/setuptools/command/easy_install.py", line 1712, in main
with_ei_usage(lambda:
File "/usr/lib/python2.4/site-packages/setuptools-0.6c11-py2.4.egg/setuptools/command/easy_install.py", line 1700, in with_ei_usage
return f()
File "/usr/lib/python2.4/site-packages/setuptools-0.6c11-py2.4.egg/setuptools/command/easy_install.py", line 1716, in 
distclass=DistributionWithoutHelpCommands, **kw
File "distutils/core.py", line 149, in setup
File "distutils/dist.py", line 946, in run_commands
File "distutils/dist.py", line 966, in run_command
File "/usr/lib/python2.4/site-packages/setuptools-0.6c11-py2.4.egg/setuptools/command/easy_install.py", line 211, in run
self.easy_install(spec, not self.no_deps)
File "/usr/lib/python2.4/site-packages/setuptools-0.6c11-py2.4.egg/setuptools/command/easy_install.py", line 434, in easy_install
self.local_index
File "/usr/lib/python2.4/site-packages/setuptools-0.6c11-py2.4.egg/setuptools/package_index.py", line 466, in fetch_distribution
dist = find(self, requirement)
File "/usr/lib/python2.4/site-packages/setuptools-0.6c11-py2.4.egg/setuptools/package_index.py", line 439, in find
for dist in env[req.key]:
File "/usr/lib/python2.4/site-packages/setuptools-0.6c11-py2.4.egg/pkg_resources.py", line 766, in __getitem__
_sort_dists(dists)
File "/usr/lib/python2.4/site-packages/setuptools-0.6c11-py2.4.egg/pkg_resources.py", line 2444, in _sort_dists
dists[::-1] = [d for hc,d in tmp]
ValueError: attempt to assign sequence of size 17 to extended slice of size 16
readynas1:/c/webroot/xplorer/files#

2 comments:

  1. I encountered the same error message everytime using easy_install "attempt to assign sequence of size..."
    Do you know where it come from ?
    Thanks a lot.

    ReplyDelete
    Replies
    1. Sorry I never tracked it down. I think it maybe to be to do with the python version. Try asking on the github hookbox site.

      Delete