asweigart / pyautogui

A cross-platform GUI automation Python module for human beings. Used to programmatically control the mouse & keyboard.
BSD 3-Clause "New" or "Revised" License
10.45k stars 1.26k forks source link

Can't Take Screenshot (Unable to locate Pillow) #743

Open chaucad-mvla opened 2 years ago

chaucad-mvla commented 2 years ago

Pyautogui cannot locate Pillow even though it's installed. It throws an error saying:

raise PyScreezeException('The Pillow package is required to use this function.')
pyscreeze.PyScreezeException: The Pillow package is required to use this function.

image