panteo92 / ultra-finance

Automatically exported from code.google.com/p/ultra-finance
0 stars 0 forks source link

sudo python setup.py develop breaks #11

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
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

GoogleCodeExporter commented 8 years ago
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