I can\'t install python module called \"pyautogui\" on windows 10 with python version 3.8
CMD:
C:\\Users\\Миша>pip install pyautogui Collect
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.