我尝试安装PyAutoGUI-0.9.35但在同一文件夹中运行cmd时出现以下内容:
我的输入:pip install PyAutoGUI-0.9.35
输出:
收集PyAutoGUI-0.9.35 找不到满足PyAutoGUI-0.9.35要求的版本(来自版本:) 找不到PyAutoGUI-0.9.35
的匹配分布然后我尝试从PyAutoGUI文件夹运行setup.py文件,但这次出现了:
usage: setup.py [global_opts] cmd1 [cmd1_opts] [cmd2 [opts2_opts]...]
or: setyp.py --help [cmd1 cmd2...]
or: setup.py --help-commands
or: setup.py cmd --help
错误:未提供命令
窗口立即关闭,所以我不得不快速截图
有谁能告诉我我做错了什么?我运行python 3.6,pyautogui所需的版本是3.4,我也运行Win 10。答案 0 :(得分:0)
尝试:
C#
以下是我在cmd会话中发生的事情:
pip install pyautogui==0.9.35
答案 1 :(得分:0)
1。方法
如果您的Python未更新,请先更新Python,然后安装 pyaudiogui 。
2。方法
pip install pyautogui==0.9.35