スクリーンショットが撮れない
やりたいこと
pythonのpyautoguiというライブラリを用いてスクリーンショットを撮る。
実行環境
windows10
python 3.9.6
PyAutoGUI 0.9.53
Pillow 8.3.2
コード
python
1inport pyautogui 2pyautogui.screenshot()
エラー
raise PyScreezeException('The Pillow package is required to use this function.') pyscreeze.PyScreezeException: The Pillow package is required to use this function.
試したこと
検索してみると
「Pillowのバージョンが古い」、「Pillowがインストールされていない」
などが出てきたのでPyAutoGUIとPillowはアップデートコマンドを実行しておきました。
しかし、
直らなかったので、一度PyAutoGUIとPillowをアンインストールして再度インストールしました。
ですが、直りませんでした。
回答1件
あなたの回答
tips
プレビュー
バッドをするには、ログインかつ
こちらの条件を満たす必要があります。