python中locateCenterOnScreen的confidence错误

2024-11-11 02:14:47

1、如图运行pyautogui.locateCenterOnScreen(r'C:\Users\Admi荏鱿胫协nistrator\desktop\python\bjh_zhijiefabu.png' , grayscale=False, confidence=0.7),会弹出错误,TypeError: _locateAll_python() got an unexpected keyword argument 'confidence’。

python中locateCenterOnScreen的confidence错误

3、如图命令行中输入“pip install -i https://pypi.tuna.tsinghua.edu.cn/simple opencv-python”,安装好opencv-python。

python中locateCenterOnScreen的confidence错误

5、再运行第一步locateCenterOnScreen,发现成功定位到图坐标,不会提示confidence错误。

python中locateCenterOnScreen的confidence错误
猜你喜欢