79443745

Date: 2025-02-16 18:55:21
Score: 1.5
Natty:
Report link

Power Automate Desktop uses its own Python env, not the system one, which is causing the issue. The packages you are installing are being installed in system's python environment. To resolve the issue, you will have to install the required packages directly in PAD's python installation. So locate and activate that enviroment and do pip install azure-storage-blob.

Reasons:
  • No code block (0.5):
  • Low reputation (1):
Posted by: Abdul Rafay