We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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
from appium import webdriver
The text was updated successfully, but these errors were encountered:
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
Sorry, something went wrong.
No branches or pull requests
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:
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
The text was updated successfully, but these errors were encountered: