Pip module doesn’t want to work.. | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 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 ?

25th Oct 2020, 8:15 PM
Elio 27
Elio 27 - avatar
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.
25th Oct 2020, 8:23 PM
🔥EACY🔥
🔥EACY🔥 - avatar
+ 2
Thanks I will try that !!
25th Oct 2020, 8:25 PM
Elio 27
Elio 27 - avatar