Python version: 3.11.11 I installed PyXA via: ```bash python -m pip install mac-pyxa ``` but when trying to import it: ` from PyXA import XAApplication ` I got the error > ModuleNotFoundError: No module named 'PyXA'
Python version: 3.11.11
I installed PyXA via:
but when trying to import it:
from PyXA import XAApplicationI got the error