Can anyone integrated python code in UI path. I am getting path error while i am trying to call my machine learning model created in python

Python integration in UI path. Getting a path exception error.

Python Activity pack will enable you to invoke Python scripts and methods in any workflow directly from studio. You can also pass input arguments to the invoked code, as well as retrieve the output data generated by the activities.
The Python Activities Pack works only with 32-bit Python scripts.

Python scope is a container which provides a scope for Python activities and initializes the specified Python environment. When the Python Scope activity ends, all Python objects loaded up to that point are deleted.

Properties:

  • Path - The path to the Python environment installation folder. This field supports only strings and String variables.
  • Version - A drop-down list containing that enables you to select which Python version you are using. By default, this property is set to Auto .