rexkimj / ultra-finance

Automatically exported from code.google.com/p/ultra-finance

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

sudo python setup.py develop breaks

GoogleCodeExporter opened this issue · comments

Looks like setup.py now fails to work due to the following error:

error in ultrafinance setup command: 'install_requires' must be a string or 
list of strings containing valid project/version requirement specifiers


My guess is that it is probably linked to changes in pip-requires?

Original issue reported on code.google.com by emunozde...@gmail.com on 20 Nov 2013 at 10:38

Done, there's a missing comma in line 'scipy>=0.13.0'

Original comment by emunozde...@gmail.com on 20 Nov 2013 at 10:59