Python: Cannot install python module “pyautogui”

前端 未结 2 1118
逝去的感伤
逝去的感伤 2020-12-12 04:19

I can\'t install python module called \"pyautogui\" on windows 10 with python version 3.8


CMD:

C:\\Users\\Миша>pip install pyautogui
Collect         


        
2条回答
  •  天涯浪人
    2020-12-12 05:06

    From the official documentation, it is mentioned to use "pip install PyAutoGUI" (follow the proper casing). I used the same and is working for me.

提交回复
热议问题