I'm not able to run a Python script from ExecuteStreamCommand.
These are the processor properties: Command arguments: /home/directory/test.py Command path: /bin/python3 Working directory: /home/directory
Error message: Traceback (most recent call last): File "/home/test.py", line 1, in import nipyapi ModuleNotFoundError: No module named 'nipyapi'
nipapimodule is installed in your current python PIP. You can check it by executing$ pip listcommand. It's more convenient to install and use a python virtual env, and after enabling the venv, you can install your pip modules, and then execute your scripts. - Jaynipapimodule on all the NiFi nodes. - Vikramsinh Shinde