Getting stuck at Python scope

Hi everyone,
Im working on python code to remove watermark on a pdf . i tried to use
python scope (path:“l\Programs\Python\Python39-32”
target:x86
version 3.9
Working folder :“C:\Users-—\PycharmProjects”
Main.xaml (13.6 KB)

Im practicing this usecase . Im a beginner in python.
when im trying to run my project gets stuck at python scope itself.
removewatermark.py.txt (831 Bytes)

Can anyone please check where i went wrong.

Hi @parvathi_ayanala
In your Main.xaml file you are using "C:\Users-–\AppData\Roaming\Microsoft\Windows\Start Menu\Programs\Python 3.9" try using path:“C:\Users-—\AppData\Local\Programs\Python\Python39

Else, you can try with
Python version 3.8
target x64

Hope it helps.

Try this: Python Scope: not working when targetFramework: Windows · Issue #321 · UiPath/Community.Activities · GitHub