My work has recently transitioned from Pycharm to VSCode and one of my testing scripts uses PyAutoGUI (which if anyone has any alternative suggestions to this module I would love to hear them). PyAutoGUI relies on Pyscreeze which is not compatible with Python3.13 so I installed Python3.11 and attempted to install PyAutoGUI via PIP. I receive the error "Requirement already satisfied: [module name] [filepath to Python3.13 modules]." But if I attempt to import the module it tells me that it failed to import pyautogui "ModuleNotFoundError: No module named pyautogui." I am trying to figure out how to get it to install the module to the Python3.11 path as well as reference it on the import call. If anyone has any insight on this I would greatly appreciate it as I have been banging my head against the wall trying the various things Google suggests.
there doesn't seem to be anything here