想要使用 Appium 进行 iOS 真机测试,进行到安装 Appium-Python-Client 这个步骤,我先用 Python3.5.2 安装,提示
from appium import webdriver
Traceback (most recent call last):
File "<stdin>", line 1, in <module>
ImportError: No module named 'appium'
换成 Python 2.7.10 就能正常运行, 难道不支持 Python3 ?
系统:macOS 10.12.3
我参考的文章是 https://github.com/erduoniba/appium_ios_sample_code