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
Short answer is no. Those packages would be seen as "leaf" packages and pip-autoremove would assume you installed them on purpose. You can get a list of all your leaf packages by doing pip-autoremove --leaves and then remove them that way or (as @danmac suggested) reinstall the package you actually wanted to remove all the dependancies of and use pip-autoremove to remove it for real.
Does it have a feature to remove stale dependencies of already uninstalled packages?
The text was updated successfully, but these errors were encountered: