python中导入from appium import webdriver时报错:ModuleNotFoundError: No module named 'appium'
时间:2018-12-25 12:53:28
收藏:0
阅读:1390
原因:
1.检查一下有没有安装Appium-Python-Client,执行语句:pip install Appium-Python-Client进行安装
2.安装后,出现ModuleNotFoundError: No module named ‘appium‘的错误,需要在Pycharm中配置ProjectInterpreter。
原文:https://www.cnblogs.com/an-ning0920/p/10173182.html
评论(0)