重新尝试导入uiautomator2模块: 如果之前因为模块未安装而导入失败,现在你已经安装了模块,可以再次尝试导入它: python import uiautomator2 as u2 如果以上步骤仍然无法解决问题,请检查你的 Python 环境配置,或尝试在不同的环境中安装和使用 uiautomator2 模块。
命令:pip install uiautomator2 安装成功后显示:Successfully installed uiautomator2-2.15.1 下载安装好uiautomator2插件后,python导入插件使用,发现使用报错 先打开python.exe ,在编辑页面导入插件使用 import uiautomator2 as u2 enter执行后报ImportError: DLL load failed while importing _imaging: 找不到指定的模块。
手机型号: LG G2 uiautomator2的版本号(pip show uiautomator2): 2.12.1 当开始了一个session以后 sess.image 报错 ImportError: cannot import name 'compare_ssim' from 'skimage.measure',貌似是因为scikit-image没有require固定的版本,然后新的版本里面compare_ssim被