asweigart / pyautogui

A cross-platform GUI automation Python module for human beings. Used to programmatically control the mouse & keyboard.
BSD 3-Clause "New" or "Revised" License
10.49k stars 1.27k forks source link

incompatible with numpy >= 2 #882

Open LeanderKafemann opened 2 months ago

LeanderKafemann commented 2 months ago

When upgrading numpy to a version >= 2, pyautogui crashes with the following warning and error: grafik

fyi: I made this screenshot while running one of my projects that is using pyautogui.

LeanderKafemann commented 1 month ago

Another screenshot: grafik

LeanderKafemann commented 1 month ago

This is really bad because I need both pyimager and numpy for the same project, and now I cannot upgrade numpy.