Unable to use python activities

Hi,

In my project I need to manipulate few columns a massive data set(.csv) which has about 1.5 million rows in it. Since it could not be done via conventional excel activities, I decided to use python.

However, I am unable to use the python version installed on my machine (3.7.6). I wont be able to downgrade the version. Since uipath supports only upto Python 3.6. is there any alternative that I could make use of to handle such large data files. Please suggest.

1 Like

Hi @SudhakarAs92,

As far as I know, it’s not possible to use this version (3.7.6).

Currently, the last version available is 3.6 and if we want to use Python, there is no way out… downgrade is required :frowning:

Another option is to create a custom activity using Microsoft Visual Studio with .NET