[python] Successfully resolved pip install Appium-Python-Client error

Phenomenon:
Enter pip install Appium-Python-Client, the error is as follows
insert image description here
Solution:
Enter pip3 install --index-url https://pypi.douban.com/simple appium-python-client, successfully installed
insert image description here
Check the client version
insert image description here

Guess you like

Origin blog.csdn.net/keira674/article/details/126574027