Python Script Execution error while using tensorflow

I am finding it complex in integrating tensorflow module with AE using python script activity because of virtual env in Anaconda. Can anyone suggest the other way of running python script instead of python script activity in AE?

Hi @keshav.asopa

Try using PowerShell Activity and pass the script.
The script should first activate your virtual environment of tensorflow and after that you can execute your python script.

The results from the PowerShell activity can be captured by doing the output parameter mapping.

Hope this helps.

1 Like

Hi @Mantri
Can you help me with it how to use powershell script todo my requirement?