Created 12-29-2023 05:42 AM
Hi @Heeya8876 ,
I ran into the same situation , what worked for me is changing the setting in the
nifi.properties
from
nifi.python.command=pythons
to
nifi.python.command=python
Also make sure the python venv package is installed on your machine :
python -m venv
If that helps please accept solution
Thanks