invl / pip-autoremove

Remove a package and its unused dependencies.
Other
618 stars 42 forks source link

autoremove user-only packages #38

Open fcastilloec opened 3 years ago

fcastilloec commented 3 years ago

When running the command, it seems that all dependencies are being removed, including system ones (installed by the OS package manager). It would be great to have an option/flag that will only uninstall user packages.

Poikilos commented 2 years ago

I had this issue as well when running pip-autoremove after installing packages with pip install --user. In case further information helps: