ERROR: Failed to process data

Hi,
I am getting this error while running full pipeline. the same has successfully run for training and evaluation pipeline but its throwing this error for full pipeline.

uipath_core.training_plugin:process_data:438 - ERROR: Failed to process data, error: ‘Main’ object has no attribute ‘process_data’.
File “/home/aicenter/.local/lib/python3.7/site-packages/uipath_core/training_plugin.py”, line 436, in process_data
self.process_data_model(self.local_dataset_directory)
File “/home/aicenter/.local/lib/python3.7/site-packages/uipath_core/training_plugin.py”, line 127, in process_data_model
self.model.process_data(directory)
AttributeError: ‘Main’ object has no attribute ‘process_data’

1 Like

Hey @Tamrakar_Preeti_Cognizant

Basically it should run, as you are saying it ran when you triggered them independently

Kindly show us some screenshots of your configuration and error message to check please…

Thanks
#nK

Thank you @Nithinkrishna for reply. I added ‘process_data’ in train.py then it run. for separate training and evaluation pipeline, it was not needed.

1 Like

Okay perfect @Tamrakar_Preeti_Cognizant