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.3k stars 1.25k forks source link

AttributeError: module 'pyautogui' has no attribute 'move' #380

Open Vadyy opened 4 years ago

Vadyy commented 4 years ago

as simple as the title, pip won't update further, Requirement already satisfied: pyautogui in c:\.....\python36\lib\site-packages (0.9.38)

JayRizzo commented 4 years ago

try this but adjust for your specific version you need.

pip3 install 'pyautogui==0.9.44' -v --force 

the -v is for verbose output.

alternatively you can use a virtual env as that may help as well.

To be more specific in getting you help, what was the exact command you ran and what version of python are you running etc. more detail helps as this is a little vague.
The statements from the title to what you put in the description do not correlate and doesn't provide me with enough context to get you going in the right direction. Requirement already satisfied means it is already installed you can specifically add --force to force the update. but the title doesn't help without the log text.

Hope this helps!

Cheers!

boba-and-beer commented 3 years ago

I think what you are looking for is moveRel. I also am missing the 'move' as documented. Note: PyAutoGUI==0.9.39