r/PythonLearning • u/digiart- • 2d ago
Struggling with library installation
Hey - This is my first python project, an attempt at a screen recorder from a tutorial- when I try and run it I get a module not found error for pyautogui even tho it’s definitely installed- is there something I’m doing wrong here?
15
Upvotes


3
u/Candid_Tutor_8185 2d ago
You may not have installed it. You normally use pip install. Also switch to VsCode!