the formula pyside@6 / pyside.rb does not remove py modules after uninstall #5512
Replies: 1 comment
-
|
rerunning the above commands seems to indeed in fact remove the python modules / directories within the site-packages dir, from what I am seeing. sorry the noise. 🤦♂️ |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Output of
brew configOutput of
brew doctorDescription of issue
running
brew install pysidewill successfully install the pyside formula from the homebrew-core tap. however when i remove / uninstall pyside it appears to not remove the py modules stored in the site-packages dir within theHOMEBREW_PREFIX/lib/python3.12/site-packagesthe offending modules are,
i can still import both of those modules after uninstalling pyside on this test box that i am using when launching the python3.12 repl for the homebrew install of python@3.12.
steps to reproduce,
open a python3.12 repl
if i need to provide more information please let me know.
Beta Was this translation helpful? Give feedback.
All reactions