The MOJO pipeline may be corrupted if you see the following error lines when loading the MOJO pipeline. Corrupted MOJOs are less likely to happen in Driverless AI version 1.6.2 and later.


java.io.IOException: Could not load MOJO file
Caused by: java.util.zip.ZipException: error in opening zip file


You can trigger a rebuild of the pipeline with the python client (http://docs.h2o.ai/driverless-ai/latest-stable/docs/userguide/python_client.html).
You will need to fill in the Client arguments and replace `modelname` with the name from the Driverless AI experiment page:

import h2oai_client
dai = h2oai_client.Client(address=, username=, password=)
dai.build_mojo_pipeline_sync(modelname)