Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Errors on Install #2

Open
kr-hansen opened this issue May 26, 2016 · 2 comments
Open

Errors on Install #2

kr-hansen opened this issue May 26, 2016 · 2 comments

Comments

@kr-hansen
Copy link

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 kr-hansen changed the title Parse Error on Install Errors on Install May 26, 2016
@kr-hansen
Copy link
Author

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
Copy link
Member

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants