Traceback (most recent call last):
File "C:\Users\X\Desktop\Epicduel-bot\lowres.py", line 366, in <module>
Juggernaut()
~~~~~~~~~~^^
File "C:\Users\X\Desktop\Epicduel-bot\lowres.py", line 150, in Juggernaut
privateChat()
~~~~~~~~~~~^^
File "C:\Users\X\Desktop\Epicduel-bot\lowres.py", line 70, in privateChat
PM = MI.locateCenterOnScreen('images/skills/pm.png', confidence = 0.70, region = (730, 157, 50, 30))
File "C:\Users\X\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.
[process exited with code 1 (0x00000001)]
You can now close this terminal with Ctrl+D, or press Enter to restart.
How do I fix it?