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

Add --dry-run #11197

Closed
1 task done
nbecker opened this issue Jun 17, 2022 · 1 comment
Closed
1 task done

Add --dry-run #11197

nbecker opened this issue Jun 17, 2022 · 1 comment
Labels
type: feature request Request for a new feature

Comments

@nbecker
Copy link

nbecker commented Jun 17, 2022

What's the problem this feature will solve?

Like to see what install --upgrade might do without actually proceeding with install

Describe the solution you'd like

Easiest option is add --dry-run, which would print what actions would be taken, but not actually perform any filesystem modifications.

As an example, I have a system with tensorflow-2.8. I can't update to 2.9 because I'm working with sionna, which doesn't support tf-2.9. I'm wondering if I could update tensorboard? It would be nice if I could do
pip install --upgrade tensorboard --dry-run
And see what it thinks.

Alternative Solutions

Don't know a workaround

Additional context

N/A

Code of Conduct

@nbecker nbecker added S: needs triage Issues/PRs that need to be triaged type: feature request Request for a new feature labels Jun 17, 2022
@pradyunsg
Copy link
Member

Duplicate of #53.

@github-actions github-actions bot locked as resolved and limited conversation to collaborators Jul 18, 2022
@pradyunsg pradyunsg removed the S: needs triage Issues/PRs that need to be triaged label Mar 17, 2023
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
type: feature request Request for a new feature
Projects
None yet
Development

No branches or pull requests

2 participants