kale icon indicating copy to clipboard operation
kale copied to clipboard

kubeflow-kale-labextension returned a non-zero code: 1

Open ajinkya933 opened this issue 3 years ago • 1 comments

Hello, I get error:

 ---> Running in 7bd98aa3cbfb
Building jupyterlab assets (build:prod:minimize)
An error occured.
RuntimeError: JupyterLab failed to build
See the log file for details:  /tmp/jupyterlab-debug-4609i_nv.log
The command '/bin/sh -c jupyter labextension install kubeflow-kale-labextension' returned a non-zero code: 1

The command '/bin/sh -c jupyter labextension install kubeflow-kale-labextension' returned a non-zero code: 1

when I try to install

jupyter labextension install kubeflow-kale-labextension

Why is this error caused ?

ajinkya933 avatar May 23 '21 12:05 ajinkya933

@ajinkya933 try this command: jupyter labextension install kubeflow-kale-labextension --minimize=False

V-Bhadauriya avatar Jun 28 '21 10:06 V-Bhadauriya