环境

Windows 10 1809 LTSC x64
Python 3.7.9 x32
pip3 20.1.1

报错

pip3 install pyautogui

错误一

ERROR: Could not find a version that satisfies the requirement pygetwindow>=0.0.5 (from pyautogui) (from versions: none)
ERROR: No matching distribution found for pygetwindow>=0.0.5 (from pyautogui)

解决

pip install PyGetWindow==0.0.1

错误二

ERROR: Could not find a version that satisfies the requirement mouseinfo (from pyautogui) (from versions: none)
ERROR: No matching distribution found for mouseinfo (from pyautogui)

解决

pip install pyautogui==0.9.35

参考

blog.csdn.net/fm345689/article/details/89885708
stackoverflow.com/questions/43504934/cannot-install-pyautogui

最后修改:2021 年 05 月 02 日 02 : 01 AM
如果觉得文章帮助了您,您可以随意赞赏。