wyhpylc 发表于 2022-12-22 19:50:59

pip安装

Requirement already satisfied: pip in c:\users\macbook\appdata\local\programs\python\python311\lib\site-packages (22.3.1)
WARNING: There was an error checking the latest version of pip.

为什么会安装失败啊,(哭笑)

tommyyu 发表于 2022-12-22 19:54:04

是不是已经安装过了

wyhpylc 发表于 2022-12-22 20:13:10

tommyyu 发表于 2022-12-22 19:54
是不是已经安装过了

是的,但是pyautogui还是无法安装

青出于蓝 发表于 2022-12-22 20:18:57

cmd运行
python -m pip install --upgrade pip

tommyyu 发表于 2022-12-22 20:19:07

wyhpylc 发表于 2022-12-22 20:13
是的,但是pyautogui还是无法安装

我的意思是pyautogui有没有安装过{:10_282:}

wyhpylc 发表于 2022-12-22 20:19:25

wyhpylc 发表于 2022-12-22 20:13
是的,但是pyautogui还是无法安装

Requirement already satisfied: pyautogui in c:\users\macbook\appdata\local\programs\python\python311\lib\site-packages (0.9.53)
Requirement already satisfied: pymsgbox in c:\users\macbook\appdata\local\programs\python\python311\lib\site-packages (from pyautogui) (1.0.9)
Requirement already satisfied: PyTweening>=1.0.1 in c:\users\macbook\appdata\local\programs\python\python311\lib\site-packages (from pyautogui) (1.0.4)
Requirement already satisfied: pyscreeze>=0.1.21 in c:\users\macbook\appdata\local\programs\python\python311\lib\site-packages (from pyautogui) (0.1.28)
Requirement already satisfied: pygetwindow>=0.0.5 in c:\users\macbook\appdata\local\programs\python\python311\lib\site-packages (from pyautogui) (0.0.9)
Requirement already satisfied: mouseinfo in c:\users\macbook\appdata\local\programs\python\python311\lib\site-packages (from pyautogui) (0.1.3)
Requirement already satisfied: pyrect in c:\users\macbook\appdata\local\programs\python\python311\lib\site-packages (from pygetwindow>=0.0.5->pyautogui) (0.2.0)
Requirement already satisfied: pyperclip in c:\users\macbook\appdata\local\programs\python\python311\lib\site-packages (from mouseinfo->pyautogui) (1.8.2)
WARNING: There was an error checking the latest version of pip.

pyautogui的安装报错


wyhpylc 发表于 2022-12-22 20:23:44

tommyyu 发表于 2022-12-22 20:19
我的意思是pyautogui有没有安装过

安装过,但是无法使用,报错同上

wyhpylc 发表于 2022-12-22 20:25:10

青出于蓝 发表于 2022-12-22 20:18
cmd运行
python -m pip install --upgrade pip

Requirement already satisfied: pip in c:\users\macbook\appdata\local\programs\python\python311\lib\site-packages (22.3.1)
WARNING: There was an error checking the latest version of pip.

wyhpylc 发表于 2022-12-22 20:25:40

我用的是mac笔记本,但是win10系统         qwq

tommyyu 发表于 2022-12-22 20:28:39

wyhpylc 发表于 2022-12-22 20:23
安装过,但是无法使用,报错同上

你试试在交互模式输入“import pyautogui”

wyhpylc 发表于 2022-12-22 20:36:33

tommyyu 发表于 2022-12-22 20:28
你试试在交互模式输入“import pyautogui”

额,抱歉打扰了,已经安装OK了,第一遍不知道为什么报错了,现在可以了
页: [1]
查看完整版本: pip安装