thunder-project / thunder-extraction

algorithms for feature extraction from spatio-temporal data
MIT License
6 stars 4 forks source link

Errors on Install #2

Open kr-hansen opened 8 years ago

kr-hansen commented 8 years ago

When trying to install using python setup.py install there is an error: error in thunder-extraction setup command: 'install_requires' must be a string or list of strings containing valid project/version requirement specifiers; Invalid requirement, parse error at "'"git+git'"

Just commented this out in requirements.txt and was able to install, since I know I have Thunder 1.0.0, so it wasn't an issue.

kr-hansen commented 8 years ago

An additional install error I ran into was regarding the setup.py file.

Currently, packages only includes 'extraction'. When trying to initialize/import NMF, it cannot find 'extraction.algorithms'. I added this to the setup.py file and it works.

Happy to submit a pull request for this fix, even though it is a simple one. It may also easily be included the next time this is being updated.

freeman-lab commented 8 years ago

Thanks for flagging @kkcthans ! I was literally just working on this, am am pushing commits now with the fix. This package is definitely in an early state. I'll be doing some clean up today, and hopefully there will be lots to contribute moving forward.