File "C:\Users\PC\AppData\Local\Programs\Python\Python313\Lib\site-packages\pyautogui_init_.py", line 228, in _couldNotImportPyScreeze
raise PyAutoGUIException(
"PyAutoGUI was unable to import pyscreeze. (This is likely because you're running a version of Python that Pillow (which pyscreeze depends on) doesn't support currently.) Please install this module to enable the function you tried to call."
)
pyautogui.PyAutoGUIException: PyAutoGUI was unable to import pyscreeze. (This is likely because you're running a version of Python that Pillow (which pyscreeze depends on) doesn't support currently.) Please install this module to enable the function you tried to call.
Tried to find fix's online but all of the methoods failed, including
pip install pyscreeze
pip install PyAutoGUI == 0.9.52
So far the only answer is the vershion I have is 'too new' I suppose? Python version should be listed then.
File "C:\Users\PC\AppData\Local\Programs\Python\Python313\Lib\site-packages\pyautogui_init_.py", line 228, in _couldNotImportPyScreeze
raise PyAutoGUIException(
"PyAutoGUI was unable to import pyscreeze. (This is likely because you're running a version of Python that Pillow (which pyscreeze depends on) doesn't support currently.) Please install this module to enable the function you tried to call."
)
pyautogui.PyAutoGUIException: PyAutoGUI was unable to import pyscreeze. (This is likely because you're running a version of Python that Pillow (which pyscreeze depends on) doesn't support currently.) Please install this module to enable the function you tried to call.
Tried to find fix's online but all of the methoods failed, including
pip install pyscreeze
pip install PyAutoGUI == 0.9.52
So far the only answer is the vershion I have is 'too new' I suppose? Python version should be listed then.