Replies: 1 comment 2 replies
-
@MidCheck I don't have an answer on the extension question, but having pip uninstall something doesn't typically cause anything else to be uninstalled. Are you using something other than pip to maintain what's installed? And it's best to list all of your dependencies explicitly instead of relying on one dependency pull in other things you depend on. |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I'm having trouble uninstalling packages, where uninstalling one package causes another package to become unavailable.
Is there a plugin similar to pipdeptree that can help me manage dependencies?
Beta Was this translation helpful? Give feedback.
All reactions