You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
What's the problem this feature will solve?
Automatically remove not only a package but also its unused dependencies
Describe the solution you'd like
I would like pip removeall tensorflow to remove not only tensorflow but also tensorboard and all the dependencies that got installed together with tensorflow but are now useless
What's the problem this feature will solve?
Automatically remove not only a package but also its unused dependencies
Describe the solution you'd like
I would like
pip removeall tensorflow
to remove not onlytensorflow
but alsotensorboard
and all the dependencies that got installed together with tensorflow but are now uselessIt seems to be a highly requeste feature
Alternative Solutions
pip-autoremove, which crashes on my system
The text was updated successfully, but these errors were encountered: