Support Questions

Find answers, ask questions, and share your expertise
Announcements
Celebrating as our community reaches 100,000 members! Thank you!

Who agreed with this solution

avatar
Super Guru

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

 

View solution in original post

Who agreed with this solution