from appium import webdriver
desired_caps = {}
desired_caps['platformName'] = 'Android'
desired_caps['platformVersion'] = '12'
desired_caps['deviceName'] = 'Galaxy M21'
desired_caps['waitForAppLaunch'] = 'false'
desired_caps['uiautomator2ServerInstallTimeout'] = '60000'
desired_caps['noReset'] = 'true'
desired_caps['appPackage'] = 'com.android.chrome'
desired_caps['appActivity'] = 'com.google.android.apps.chrome.Main'
driver = webdriver.Remote("http://127.0.0.1:4723/wd/hub",desired_caps)
ERROR: Could not find a version that satisfies the requirement webdriver (from versions: none) ERROR: No matching distribution found for webdriver