requests.exceptions.ConnectionError: HTTPSConnectionPool(host=‘raw.githubusercontent.com’, port=443): Max retries exceeded with url: /explosion/spacy-models/master/shortcuts-v2.json (Caused by NewConnectionError(’
2、安装client编程库
自动化程序需要调用客户端库和 Appium Server 进行通信。
用pip安装:pip install appium-python-client
3、安装Appium Server
Appium Server 是 Appium 组织开发的程序,它负责管理手机自动化环境,并且转发自动化程序的控制指令给手机,并且转发手机给自动化程序的响应消息。Appium Server 是用 nodejs 运行的,基于js开发出来的。
Appium组织为了方便大家安装使用,制作了一个可执行程序 Appium Desktop,
Appium Desktop官方下载:https://github.com/appium/appium-desktop/releases/tag/v1.18.0-2)
把 nodejs 运行环境、Appium Server 和一些工具 打包在里面了,只需要简单的下载安装就可以了。
链接:https://pan.baidu.com/s/1okAYwfnUaFcCm0A18Mq-Mw
提取码:bgod