A while ago I worked on a project with that ran a ML-model built in python. I used the python activities to load and run the script successfully with python 64-bit. Back then I used UiPath.Python.Acvtivities version 1.1.6
However, Now about 6 months later when I try to install that same Python activity I noticed that the only available version to install is 1.0.6 which does not supply the option to choose the python runtime platform, and it only works with 32-bit, it seems. When I try to run with 64-bit i get the following error:
RemoteException wrapping System.InvalidOperationException: Error initializing Python engine —> RemoteException wrapping System.Reflection.TargetInvocationException: Exception has been thrown by the target of an invocation. —> RemoteException wrapping System.BadImageFormatException: An attempt was made to load a program with an incorrect format.
I have looked at Community.Activities/Activities at master · UiPath/Community.Activities · GitHub
trying to figure out why the option to use 64-bit is gone, without any success.
I need to run 64-bit since my new ML-model is doing NLP built on spaCy.
Is there something I’m missing here?
Edit: I found this about the versions.