Invoke python method Pipe is Broken

Hi Folks,

In invoke python method i am passing the arguments like {783937,“kkhkhsk9i93gih”,6879769} and code will return the exception message.

This activity throws an error like “Pipe is Broken”

In script i am importing telegram client from telethon.sync

Whether we need to import in uipath, if yes how to do it?

Hello @Aasif

Did you tried it from any ide and is it working as expected??

If yes, in the python.exe configured in Uipath can you plz check whether that package is available or not.

Thanks

Hi @Rahul_Unnikrishnan
I tried in vs code and its working fine and i aslo installed the telethon module from cmd

can you confirm you have only one python version in your machine?

Thanks

@Rahul_Unnikrishnan i run python in cmd in that i can see only one python version. i think the problem with the modules , when i am runnig sample programs without modules
with uipath its running

@Yoichi @Palaniyappan @RAKESH_KUMAR_BEHERA

Can you help me with this