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

Mark scipy as required in Python installation #44

Closed
jfinkels opened this issue Mar 21, 2014 · 1 comment
Closed

Mark scipy as required in Python installation #44

jfinkels opened this issue Mar 21, 2014 · 1 comment
Assignees
Labels

Comments

@jfinkels
Copy link

Running pip install ecos should also install scipy. Mark include scipy in the install_requires keyword argument in setup.py.

@echu
Copy link
Collaborator

echu commented May 9, 2014

Sorry we never responded to this one. We did end up adding scipy into the requires keyword in setup.py. I believe pip won't act on it (i.e., it won't install the dependencies), and I need to think more carefully about how to write setup.py such that it will work with easy_install and pip (except for automatically installing dependencies), so I'll leave this open for now.

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

No branches or pull requests

2 participants