google-code-export / urssus

Automatically exported from code.google.com/p/urssus
0 stars 0 forks source link

Error during installation #54

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Get the source tarball uRSSus-0.2.13.tar.gz
2. python setup.py install
3. See a KeyError happen

What is the expected output? What do you see instead?
It should install find but instead I see that error:
python setup.py install
/usr/lib/python2.5/distutils/dist.py:263: UserWarning: Unknown distribution
option: 'entry_points'
  warnings.warn(msg)
/usr/lib/python2.5/distutils/dist.py:263: UserWarning: Unknown distribution
option: 'extras_require'
  warnings.warn(msg)
/usr/lib/python2.5/distutils/dist.py:263: UserWarning: Unknown distribution
option: 'install_requires'
  warnings.warn(msg)
Traceback (most recent call last):
  File "setup.py", line 7, in <module>
    paver.command.main()
  File "paver-minilib.zip/paver/command.py", line 48, in main
  File "/usr/lib/python2.5/distutils/core.py", line 112, in setup
    _setup_distribution = dist = klass(attrs)
  File "paver-minilib.zip/paver/setuputils.py", line 100, in __init__
  File "paver-minilib.zip/paver/setuputils.py", line 119, in
_update_command_list
  File "paver-minilib.zip/paver/runtime.py", line 333, in _handle_dependencies
KeyError: 'setuptools.command.sdist'
make: *** [install] Error 1

What version of the product are you using? On what operating system?
I use Ubuntu 8.10 amd64.

Original issue reported on code.google.com by c_k...@gmx.de on 20 Apr 2009 at 7:56

GoogleCodeExporter commented 9 years ago
I'll check it out.

Original comment by roberto.alsina on 20 Apr 2009 at 9:47

GoogleCodeExporter commented 9 years ago
I am dropping paver and just using setuptools so this will work now.

Original comment by roberto.alsina on 11 Dec 2009 at 4:42