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

Pip dependencies #1866

Closed
emanuelvianna opened this issue Aug 1, 2014 · 2 comments
Closed

Pip dependencies #1866

emanuelvianna opened this issue Aug 1, 2014 · 2 comments
Labels

Comments

@emanuelvianna
Copy link

I've noticed that field install_requires was not filled at setup.py.

Hence, the dependencies are not installed through pip command.

I've installed the dependencies through apt-get build-dep python-statsmodels that could not be last one (pip can be more updated).

Could statsmodel do it for us?

Very best regards,
Emanuel

@jseabold
Copy link
Member

jseabold commented Aug 4, 2014

So far we have avoided letting pip resolve the dependencies on purpose due to pip's recursive upgrade behavior IIRC.

@rgommers
Copy link
Member

@emanuelvianna see gh-1897 for more details. This is a duplicate of that and several other issues, so closing.

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

3 participants