python-client
python-client copied to clipboard
Fail to install the client
My python code is not recognizing the appium library, I suspect that's because I got errors while installing the client. I've tried the following:
pip install Appium-Python-Client
git clone [email protected]:appium/python-client.git
cd python-client
python setup.py install
The errors mention admin issues and deprecated installing methods, even though I'm running as admin and everything.
My code:
from appium import webdriver
does not recognize appium
My python code is not recognizing the appium library, I suspect that's because I got errors while installing the client.
Did the installation print something?
Perhaps your machine information will help