Appium Studio community edition doesnt have python libraries under clients directory. I am unable to execute the recorded-generated python scripts with terminal/pycharm/eclipse-pydev

Appium Studio community edition doesnt have python libraries under clients directory. I am unable to execute the recorded-generated python scripts with terminal/pycharm/eclipse-pydev.

Is there anywhere I can download the python libraries for the appium-studio? Or kindly share me any tutorials/documents explaining the export code and execute outside the appiumstudio.

Thanks in advance

Does very basic generated python script in Appium Studio works for you in pycharm ?

I copied the generated code in pycharm…

Set the interpreter with dependency (Settings -> Click + and added the dependency show in the gif )

Then executed the code.