I’m new to python and I’m trying to invoke this script, but i keep getting the “one or more errors occurred” error and I’m not sure what the problem is.
the code is:
from pyresparser import ResumeParser
data=ResumeParser(‘\path’).get_extracted_data()
I’m sure it’s probably the code itself but i just need someone to assist me with figuring out the issue.
Thank you in advance!
@Tariq_Al-Hajri Did you tried to execute the python script before integrating in UiPath?
It’s better to try this code in any IDE( SPYDER,JUPITER etc) and cross check the python code is valid.
Thanks for the reply. its a simple process that i just wanted to test out. i’ve tried changing my version of python and changing the activities version with no luck.
Hi @supermanPunch
the error occurs after i invoke the python script. it loads fine and i tried changing the script around a bit to make it work, but still nothing.
Hi @Rahul_Unnikrishnan
the script works well on Jupyter but after i tried to execute it on uipath i get that error. i even tried using a simple script just to see whether or not it was my code and i still got the ‘Pipe is broken’ error.
i appreciate the assist. unfortunately, after applying the changes i am still getting the same ‘Pipe is broken’ error. could it be cause the data i am importing is too large?