|
Help?
File "C:\Users\user\Desktop\archeage-auto-fisher-master\archeage-auto-fisher-master\driver.py", line 17, in <module>
BIG_REEL = LoS('img\BigReel.png', confidence=.8, region=skill_bar)
File "C:\Users\user\AppData\Local\Programs\Python\Pytho n39\lib\site-packages\pyautogui\__init__.py", line 175, in wrapper
return wrappedFunction(*args, **kwargs)
File "C:\Users\user\AppData\Local\Programs\Python\Pytho n39\lib\site-packages\pyautogui\__init__.py", line 213, in locateOnScreen
return pyscreeze.locateOnScreen(*args, **kwargs)
File "C:\Users\user\AppData\Local\Programs\Python\Pytho n39\lib\site-packages\pyscreeze\__init__.py", line 372, in locateOnScreen
screenshotIm = screenshot(region=None) # the locateAll() function must handle cropping to return accurate coordinates, so don't pass a region here.
File "C:\Users\user\AppData\Local\Programs\Python\Pytho n39\lib\site-packages\pyscreeze\__init__.py", line 144, in wrapper
raise PyScreezeException('The Pillow package is required to use this function.')
pyscreeze.PyScreezeException: The Pillow package is required to use this function.
|