I am trying to run my tests on LambdaTest and getting the following error: from Appium import webdriver ModuleNotFoundError: No module named 'Appium'

I am trying to run my tests on LambdaTest and getting the following error: from Appium import webdriver ModuleNotFoundError: No module named ‘Appium’

Hi Brett,

It seems Appium is not installed, try executing the following command:

pip install Appium-Python-Client