LoginSignup
3
3

More than 3 years have passed since last update.

PyAutoGUIを使おうとしてpyscreeze.PyScreezeException: The Pillow package is required to use this function.とエラーになる

Last updated at Posted at 2021-04-11

環境

  • 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

3
3
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
3
3