安装PYAUTOGUI失败
本帖最后由 azuoazuo123 于 2020-6-1 23:08 编辑安装pyautogui总是显示这个 很烦恼 求帮助!! 这样试试看:
python -m pip install pyautogui -i https://pypi.tuna.tsinghua.edu.cn/simple
如果还是报错 ,把最后几行的报错内容拷贝发上来
Twilight6 发表于 2020-6-1 23:13
这样试试看:
如果还是报错 ,把最后几行的报错内容拷贝发上来
好了 谢谢 Twilight6 发表于 2020-6-1 23:13
这样试试看:
如果还是报错 ,把最后几行的报错内容拷贝发上来
C:\Windows\system32>python
Python 3.4.1 (v3.4.1:c0e311e010fc, May 18 2014, 10:38:22) [MSC v.1600 32 bit (I
tel)] on win32
Type "help", "copyright", "credits" or "license" for more information.
>>> pip install pyautogui
File "<stdin>", line 1
pip install pyautogui
^
SyntaxError: invalid syntax
>>> python -m pip install pyautogui -i https://pypi.tuna.tsinghua.edu.cn/simple
File "<stdin>", line 1
python -m pip install pyautogui -i https://pypi.tuna.tsinghua.edu.cn/simple
^
SyntaxError: invalid syntax
>>> python -m pip install pyautogui -i https://pypi.tuna.tsinghua.edu.cn/simple
File "<stdin>", line 1
python -m pip install pyautogui -i https://pypi.tuna.tsinghua.edu.cn/simple
^
SyntaxError: invalid syntax
帮我也看一下,我的也装不上,上面是报错信息 Twilight6 发表于 2020-6-1 23:13
这样试试看:
如果还是报错 ,把最后几行的报错内容拷贝发上来
之前也是报错,搜了几天。用这个解决了。谢谢大佬
页:
[1]