FlowFuse: run python script with library dependancies that do not exist

Greetings,

I have an instance in FlowFuse where I need to execute some Python scripts that use libraries like pandas, sklearn, and joblib amongst others.

However, I get the error: "ModuleNotFoundError: No module named 'pandas'"
and when I try to pip (or pip3) install pandas, I get a "/bin/bash: line 14 Permission denied" error.

What is the workaround for that?

I appreciate any help you can provide.

Kind Regards