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

adding an option to upgrade all the python packages in virtualenv #1033

Closed
francispoulin opened this issue Mar 24, 2017 · 1 comment
Closed
Labels

Comments

@francispoulin
Copy link
Contributor

Following a discussion from a couple of weeks ago, David suggested the following:

"We should have a firedrake-update --environment to also upgrade all the python packages in the virtualenv."

@wence- wence- added the wontfix label Jul 28, 2017
@wence-
Copy link
Contributor

wence- commented Jul 28, 2017

FWIW, I think that although this would be nice to have, there is currently no way we can do it safely. The problems are that pip which we use to install the python packages doesn't have a dependency resolver right now. Furthermore, there's no guarantee that upgrading everything won't break things. See the discussion in pypa/pip#59, pypa/pip#988, pypa/pip#3819.

@wence- wence- closed this as completed Jul 31, 2018
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