asweigart / pyautogui

A cross-platform GUI automation Python module for human beings. Used to programmatically control the mouse & keyboard.
BSD 3-Clause "New" or "Revised" License
10.22k stars 1.24k forks source link

pyautogui 0.9.53 version pyautogui.screenshot error #787

Open mikigo opened 1 year ago

mikigo commented 1 year ago

When installing pyautogui version 0.9.53, the installation depends on pyscreeze 0.1.29, because grab is removed from this version, Pyautogui.screenshot displays an error.

Recommended, change the pyscreeze in pyautogui 0.9.53 setup.py to pyscreeze<=0.1.28

image