2019年2月20日 星期三

install pyautogui

Windows can't install pyautogui 0.9.41:
https://github.com/asweigart/pyautogui/issues/292

Solution: Please to install pyautogui 0.9.39 by using the following command line

pip install pyautogui===0.9.39

ref: https://github.com/asweigart/pyautogui/issues/292