我无法安装PyAutoGui



https://i.stack.imgur.com/IMG04.png

C:WindowsSystem32>pip install pyautogui
Fatal error in launcher: Unable to create process 
using '"C:Python310python.exe"  "C:Python310Scriptspip.exe" 
install pyautogui': The system cannot find the file specified.

我已经尝试安装PyAutoGui一段时间了,但这个错误一直出现。

我尝试过重新安装Python,但没有成功。

我使用的Python版本是3.10.2

我正在使用Windows 11 Home Insider预览单语言

使用python的最佳方法是为应用程序创建虚拟环境,然后可以使用pip-install<模块名称>请关注此链接https://packaging.python.org/en/latest/guides/installing-using-pip-and-virtual-environments/

最新更新