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.
这是什么情况呢
pillow版本不对,重装一下
应该是缺少Pillow支持,pip安装一下Pillow.
参考:
如有帮助,请采纳。点击我回答右上角【采纳】按钮。