MacOS installed Module with brew but Python does not find module
I am new to Mac and also to programming. I installed python then later Homebrew as it seemed to be quite helpful for installing stuff I needed.
I installed PySide6 using brew install pyside. However when I try to import it I get: ‘ModuleNotFoundError: No module named ‘PySide6”