Python
Python is an interpreted high-level general-purpose programming language. This Agent allows running a Python file in a Data Stream.
In order to use this Agent, the following needs to be set up:
- Python 3 must be installed on the system where Stream Host is installed.
- Minimum version 3.7, up to 3.10 is supported
- Environment Variables:
- PYTHONHOME = C:\Python37
- PYTHONPATH = %PYTHONHOME%;%PYTHONHOME%\Lib\site-packages;%PYTHONHOME%\Lib;%PYTHONHOME%\DLLs;
- Add PYTHONHOME to the system Path Variable
Name | Link |
---|---|
Python Action Agent v1.61 |
Last modified 1yr ago