Solution
This error occurs in an Analysis Automation Procedure (.ANP file) when the SystemLink Server does not have the necessary Python module installed.
Follow the steps below to resolve this error:
- From the SystemLink Web App, open Utilities >> Jupyter.
- If Jupyter does not appear as an option, ensure that the NI SystemLink Server - JupyterHub Module is installed in NI Package Manager, and all services in the NI SystemLink Server Configuration application are running.
- Create a new Jupyter Notebook by clicking File >> New >> Notebook.
- Ensure that the selected kernel is Python 3.
- In a code cell, enter !pip install <module> where <module> is the name of the missing module as reported in the error.
- Run the notebook.
- The image below is an example of installing the [External] fpdf module in SystemLink.
- Re-run the Analysis Automation Procedure in SystemLink.