appium—from appium import webdriver报错提示“Unresolved import webdriver”

报错提示:

 from appium import webdriver提示Unresolved import webdriver

技术分享图片

 

报错原因:没有安装Appium_Python_Client

解决办法:

终端执行:

第一种:pip install Appium_Python_Client

第二种:git clone https://github.com/appium/python-client.git