import pyautogui
img = pyautogui.screenshot()
color = img.getpixel((100,100))
报错如下,提示第三行出错
raise PyScreezeException('The Pillow package is required to use this function.')
pyscreeze.PyScreezeException: The Pillow package is required to use this function.
这是什么情况呢