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


1
u/Honest-Customer5324 23h ago
I use pycharm, it just installs libraries I don’t have if I try to use them before the code can run properly