-
Notifications
You must be signed in to change notification settings - Fork 97
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
pyautogui.screenshot() method is not working on Mac OS 13.2.1 #94
Comments
What error are you getting? I have an error with the Pillow version check, which I have fixed locally. Will open an issue to push the fix. |
@rnbrady have you given iTerm screen recording permissions in the system settings? This is quite a common issue and fix |
@Existance29 I hadn't. Thank you so much for this tip. |
@rnbrady I just submitted a PR #128 to fix your first issue. The problem occurs if your Pillow version is >= 6.2.1. Note however that the PR is not related to your 2nd issue or the OP's issue, but it's possible those were permission errors as mentioned by @Existance29. |
I am facing a problem that started with Mac OS 13.2.1 and was not happening on Mac OS 12.6.3 which that the call to
pyautogui.screenshot()
is not taking a screen shot.script to reproduce the problem:
Please advice. Thanks!
The text was updated successfully, but these errors were encountered: