Python Integration (Pipe is broken)

The issue generally comes when UiPath is unable to find the required library, below are the steps you can follow to confirm and fix it.

  1. Go to the script location where your Python script is present.
  2. Open CMD at that particular location.
  3. Run your Python script using cmd.
  4. If it gives the module not found an error, install it again in that location using cmd and verify again.

Hope this help!