I'm trying to create a QlikView script, which would call and execute an external python script. The below line, works fine, if I execute it locally, but if I execute it through QMC, it will fail as the system account does not have an access to my local directory.
You will need to install Python on the server since the QlikView service account does not have access to your local directory. Since you are using the QMC, the QMC uses the QV Service account to execute all tasks including external task executions.
If the issue is solved please mark the answer with Accept as Solution.