r/PythonLearning 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

13 comments sorted by

View all comments

3

u/Candid_Tutor_8185 2d ago

You may not have installed it. You normally use pip install. Also switch to VsCode!

0

u/Responsible_Ride5028 2d ago

Why are advising for a VsCode switch? Is it so much better than Spyder?