I am running NiFi in a container. How do I best install python modules within this container? I need to install pandas. I logged in to the container and installed pandas using pip. But weird thing is, this installed only pandas and numpy. And it has not installed any other dependencies!
I get error when I run ExecuteScript processor, which complains about missing dependencies.
Why is it behaving so differently!