+ 4
Pip module doesnât want to work..
I have a code that use the pyautogui module, so I installed it via pip but when I run the script, it says me that I donât have pyautogui installed... Can you help me please ?
2 Answers
+ 5
Maybe you need to install it to python 3, so 'pip3 install pyautogui'
Or your Code Editor has the wrong path to your Python Version and uses and older one.
+ 2
Thanks I will try that !!