Invoke Python method - no output at all

Hi All,

I would like to invoke a simple python script.
I use UiPath Studio 2024.2.1-beta.15932 - 2/23/2024 Community verison and installed Python 3.9.2rc1.
The python def is pretty simple:
def JoinName(a,b):
name = a+b
return name

When I run the process nothing happens, after 3-4 minutes I stop the process manually.
Can you please help what could be the issue?

@erika.papp

Looks like a dot net runtime issue try to install 5.0 .net runtime and check

Cheers

1 Like

This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.