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

Make it auto-install dependencies (pymbar, etc) #7

Open
davidlmobley opened this issue Apr 23, 2015 · 3 comments
Open

Make it auto-install dependencies (pymbar, etc) #7

davidlmobley opened this issue Apr 23, 2015 · 3 comments

Comments

@davidlmobley
Copy link
Member

No description provided.

@wesbarnett
Copy link
Contributor

This can be closed since setup.py provides this.

@davidlmobley
Copy link
Member Author

@wesbarnett - can you clarify? Doesn't setup.py just check if the requirements are present?

What I had in mind here was in connection with making it conda-installable (#6 ). Particularly, many packages have information on what other packages are required so that if you, say, "conda install alchemical-analysis" it would also install anything alchemical-analysis requires.

@wesbarnett
Copy link
Contributor

I don't know anything about conda, but I know that if the install method uses setup.py (like pip) it will automatically pull the dependencies via pip. So when I install it on my system using "sudo python setup.py install", it pulls in pymbar. If the minimum version of pymbar is not satisfied with that method it throws an exception (currently the pip-installable pymbar is behind what you require, so it does throw an exception; before that change it did pull in pymbar successfully). Since pymbar is behind on pip, I can still install it via "sudo python setup.py install" and then run your setup.py successfully to get around the issue.

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

No branches or pull requests

2 participants