Guys pls give me solution to this issue raising with Python script activity. Error: Python Scope: Pipe is broken

Guys pls give me solution to this issue raising with Python script activity.

Error: Python Scope: Pipe is broken.

Hey @Lokesh_M2

This post might help you

Cheers :slightly_smiling_face:

Problem not solved.

@Lokesh_M2

To Start with please check if you have multiple versions of python installed…

Also check if path Environment variable is set with the python location

Alternately run in debug mode and open locals panel and check the exception details which will give more information to you

And it would be good if you can share some screenshots or show what you are trying to do…helps in understanding the error

Hope this helps

cheers


@Lokesh_M2

To start with I see the values you passed are wrong…path should contain the python exe file and if your python is 3.9+ then we hve to give the libraries location separately in the field you gave exe…and script is empty in your code…

Please follow the below link and check the correct way invoke

And also please confirm if you have multiple versions of python

Hope this helps

Cheers

Hi @Lokesh_M2 ,

Could you maybe try removing the Library Path and check if the error still occurs.

If the above doesn’t work, try providing the Library path and removing the Path value and check.