Run Python Script Error

Hi,

Run Python Script Activitiy get error.
How could I do this?

image

RemoteException wrapping System.AggregateException: One or more errors occurred. —> RemoteException wrapping System.InvalidOperationException: Error running Python script —> RemoteException wrapping System.ServiceModel.FaultException`1[[System.ServiceModel.ExceptionDetail, System.ServiceModel, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089]]: ModuleNotFoundError : No module named ‘pandas’

Hi, if you read the error message It says that pandas is not installed. So you need to install the module first

Hi,
i’m already installed pandas package…
.py file working well in pycharm but uipath studio get errors.

use this package version. I’ve had this issue before.
uipath.python.activities.1.0.7495.12930

hi,
used package version is 1.3.0

What are these characters in your path? They should be something like
C:\Users\Administrator\AppData.…

image

Did you try the version 1.0.7495.12930?