python安装pyautogui成功了,但是没法运行
我怀疑你安装不完整,你重新pip install一下试试?
AttributeError: module 'pyautogui' has no attribute 'locateOnScreen' · Issue #152 · asweigart/pyautogui · GitHub I'm having this no attribute error. I guess it break with pillow? Python version = 3.6 pyautogui = 0.9.36 pillow = 4.1.1 https://github.com/asweigart/pyautogui/issues/152
github上是说你是不是自己有一个名字叫pyautogui.py的文件,你自己已经用了这个名字的话就会报错,把你的这个文件改一下名即可
这个怎么解决 我也遇到同样的问题不知道怎么弄