Skip to content
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

Closed
rasjani opened this issue Mar 13, 2024 · 5 comments
Closed

Appium-Python-Client 4.0.0 breaks this package. #417

rasjani opened this issue Mar 13, 2024 · 5 comments

Comments

@rasjani
Copy link
Contributor

rasjani commented Mar 13, 2024

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.

rasjani added a commit to rasjani/robotframework-appiumlibrary that referenced this issue Mar 13, 2024
Python-Appium-Client 4.0.0 has removed certain features installation
breaks currently as current codebase still uses those removed features
like TouchAction
@mliikanen
Copy link

Anyone bumping into this problem before rasjani@9f325a7 is published, you can locally downgrade Appium-Python-Client to pre-4.0.0 version with pip install --force-reinstall "Appium-Python-Client<4.0.0"

@HApolonio
Copy link

We've run into this issue also. Please fix it as soon as possible.

@h3tz
Copy link

h3tz commented Apr 15, 2024

We've run into this issue also. Please fix it as soon as possible.

indeed

@HigorMamud
Copy link

Tive o mesmo problema só que no linux.
A solução foi desinstalar a versão 4.0.0 e instalar uma mais antiga. Instalei a 3.0.0 e voltou a funcionar normalmente. Acredito que a versão anterior a 4.0.0 também funcione bem.

serhatbolsu pushed a commit that referenced this issue Apr 29, 2024
Python-Appium-Client 4.0.0 has removed certain features installation
breaks currently as current codebase still uses those removed features
like TouchAction
@serhatbolsu
Copy link
Owner

fixed with #398

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

6 participants