Hi
I have a python script that creates an excel file. I am able to run python code using UI path but it is not creating that excel file.
Neither it is throwing an error.
Please help me.
Hi
I have a python script that creates an excel file. I am able to run python code using UI path but it is not creating that excel file.
Neither it is throwing an error.
Please help me.
Did you specify full path to the excel file in Python?
I did. Also when I try to run the python script manually it did its work.
However, I just found out I have a 3.8 and 32 bit version of python which is not in uipath
I always recommend a seperate 3.6 32 bit installation without venv just as a tuntime for UiPath.
UiPath can support upto Python 3.6 as of now, trying installing 3.6 version and try
Follow Link
Hope this helps you
Thanks