python-client icon indicating copy to clipboard operation
python-client copied to clipboard

Fail to install the client

Open pedronegreiros94 opened this issue 3 years ago • 1 comments

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

pedronegreiros94 avatar Oct 07 '22 22:10 pedronegreiros94

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

KazuCocoa avatar Oct 08 '22 02:10 KazuCocoa