gpt4 book ai didi

python - Pyautogui截图函数返回AttributeError 'module'对象没有属性

转载 作者:太空宇宙 更新时间:2023-11-04 00:35:40 24 4
gpt4 key购买 nike

我已经安装了 Python 3.4 和 Pillow。所有其他功能都与 pyautogui 相关,只有屏幕截图和其他图像识别功能不起作用。

>>> import pyautogui
>>> pyautogui.locateOnScreen('chrome.PNG')
Traceback (most recent call last):
File "<stdin>", line 1, in <module>
AttributeError: 'module' object has no attribute 'locateOnScreen'

屏幕捕获功能也显示相同的结果。

在 windows 7 操作系统中

我已阅读以下链接,但没有一个结果对我有用 Python: 'pyautogui' has no attribute 'screenshot' (Windows)

最佳答案

通过在 pip 中提及它来尝试下载确切的版本。

pip install PyAutoGUI-0.9.35

pip install pyautogui==0.9.35

这对我有用。

关于python - Pyautogui截图函数返回AttributeError 'module'对象没有属性,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/44175395/

24 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com