Skip to content

Tag: pyautogui

pyautogui throws me error message. How can I fix my code?

It gives me error message like below. How can I fix this? I made a code as below. I think that if x.size == 0: is the problem. When I do print(x), I get the same error message. Answer This was changed in version 0.9.41. After that point, if the window is not found, it raises an exception. Before that

Pillow Not installing on Apple Silicon

I am having a nightmare of a time installing Pillow on my apple silicon. Everytime I attempt to install it, it throws a truly massive error which I have posted below. It says wheel is not installed but it is installed. It also says to refer to the Pillow page which I have done. I also installed homebrew and t…