-
Notifications
You must be signed in to change notification settings - Fork 291
New issue
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
Appium-Python-Client 4.0.0 breaks this package. #417
Comments
Python-Appium-Client 4.0.0 has removed certain features installation breaks currently as current codebase still uses those removed features like TouchAction
Anyone bumping into this problem before rasjani@9f325a7 is published, you can locally downgrade Appium-Python-Client to pre-4.0.0 version with |
We've run into this issue also. Please fix it as soon as possible. |
indeed |
Tive o mesmo problema só que no linux. |
fixed with #398 |
Some asked about a problem in RF forums https://forum.robotframework.org/t/unable-to-import-robotframework-appiumlibrary-even-after-successful-installation-in-pycharm/6990
In their installed packages, Appium-Python-Client was reported to be 4.0.0 which was released yesterday.
On this project''s setup.py, that dependency is asked to be anything newer than so once 4.0.0 got released and it had deprecated some features (TouchAction) in this case, AppiumLibrary importing into robot framework fails.
The text was updated successfully, but these errors were encountered: