Package: python-setuptools
Version: 0.6c7-1
Severity: normal
I got the following error messages. It seems to be related to a
"install_reqires" line is "setup.py".
When I required "numpy >= 1.0.3", I got these errors.
When I loosened it to "numpy >= 1.0.1" the errors disappeared.
Even if it is caused by a broken distribution, setuptools should
certainly catch the error and provide a sensible human-readable
error message.
Installing autosegment script to /usr/local/bin
Installed /usr/local/lib/python2.4/site-packages/autosegment-0.12-py2.4.egg
Processing dependencies for autosegment==0.12
Traceback (most recent call last):
File "setup.py", line 43, in ?
long_description = """Long
File "/usr/lib/python2.4/distutils/core.py", line 149, in setup
dist.run_commands()
File "/usr/lib/python2.4/distutils/dist.py", line 946, in run_commands
self.run_command(cmd)
File "/usr/lib/python2.4/distutils/dist.py", line 966, in run_command
cmd_obj.run()
File "/usr/lib/python2.4/site-packages/setuptools/command/install.py", line
76, in run
self.do_egg_install()
File "/usr/lib/python2.4/site-packages/setuptools/command/install.py", line
100, in do_egg_install
cmd.run()
File "/usr/lib/python2.4/site-packages/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/command/easy_install.py",
line 427, in easy_install
return self.install_item(None, spec, tmpdir, deps, True)
File "/usr/lib/python2.4/site-packages/setuptools/command/easy_install.py",
line 473, in install_item
self.process_distribution(spec, dist, deps)
File "/usr/lib/python2.4/site-packages/setuptools/command/easy_install.py",
line 518, in process_distribution
distros = WorkingSet([]).resolve(
File "/usr/lib/python2.4/site-packages/pkg_resources.py", line 529, in resolve
requirements.extend(dist.requires(req.extras)[::-1])
File "/usr/lib/python2.4/site-packages/pkg_resources.py", line 2107, in
requires
dm = self._dep_map
File "/usr/lib/python2.4/site-packages/pkg_resources.py", line 2099, in
_dep_map
for extra,reqs in split_sections(self._get_metadata(name)):
File "/usr/lib/python2.4/site-packages/pkg_resources.py", line 2518, in
split_sections
for line in yield_lines(s):
File "/usr/lib/python2.4/site-packages/pkg_resources.py", line 1813, in
yield_lines
for ss in strs:
File "/usr/lib/python2.4/site-packages/pkg_resources.py", line 2121, in
_get_metadata
for line in self.get_metadata_lines(name):
File "/usr/lib/python2.4/site-packages/pkg_resources.py", line 1140, in
get_metadata_lines
return yield_lines(self.get_metadata(name))
File "/usr/lib/python2.4/site-packages/pkg_resources.py", line 1137, in
get_metadata
return self._get(self._fn(self.egg_info,name))
File "/usr/lib/python2.4/site-packages/pkg_resources.py", line 1195, in _get
return self.loader.get_data(path)
zlib.error: Error -5 while decompressing data
$
-- System Information:
Debian Release: lenny/sid
APT prefers testing
APT policy: (500, 'testing')
Architecture: i386 (i686)
Kernel: Linux 2.6.22-3-686 (SMP w/1 CPU core)
Locale: LANG=en_GB, LC_CTYPE=en_GB (charmap=ISO-8859-1)
Shell: /bin/sh linked to /bin/bash
Versions of packages python-setuptools depends on:
ii python 2.4.4-6 An interactive high-level object-o
ii python-central 0.5.15-0.1 register and build utility for Pyt
python-setuptools recommends no packages.
-- no debconf information
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]