環境
- Windows 10 Home
- Python 3.9.1
- pip 21.0.1
- PyAutoGUI 0.9.52
結論
pip install Pillow
でPillowをインストールする。
既にインストールされている場合
バージョンが古いことでも同様のエラーになる場合があるそうなので、その場合は
pip install Pillow --upgrade
でPillowのバージョンを上げて試してみる。
python - pyautogui, screenshot function doesn't recognize installed Pillow module - Stack Overflow