-
-
Notifications
You must be signed in to change notification settings - Fork 106
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
RuntimeError: JupyterLab failed to build #97
Comments
And now jupyter lab tries to build it... but fails... |
Same issue First I had this one: Unable to communicate with the jupyterlab-dash JupyterLab extension. You can install the extension with: $ jupyter labextension install jupyterlab-dash Then trying to re-install the package in a specif folder: Building jupyterlab assets (build:prod:minimize) |
I am facing a similar issue when trying to install jupyterlab/toc |
Have you tried |
We hit a similar issue and @ravwojdyla figured out that it was due to node running out of memory by looking at the log and seeing NODE_OPTIONS=--max_old_space_size=4096 jupyter labextension install @jupyterlab/toc Not sure if that helps. |
It works on Windows 10/Anaconda(version=2019.10).
I've tried on AWS/Linux EC2, there was an issue.
Tested in two cases: on JupyterHub and on Jupyter notebok - the same result!
One point, I did it when JupyterHub and Jupyter was runnning, after failed I stooped and tried again - the same result!
Run command:
(base) []$ jupyter labextension install @jupyterlab/github
Building jupyterlab assets (build:prod:minimize)
An error occured.
RuntimeError: JupyterLab failed to build
See the log file for details: /tmp/jupyterlab-debug-te2pdi6d.log
From log file
JupyterLab failed to build
Traceback (most recent call last):
File "/home/ec2-user/anaconda3/lib/python3.7/site-packages/jupyterlab/debuglog.py", line 47, in debug_logging
yield
File "/home/ec2-user/anaconda3/lib/python3.7/site-packages/jupyterlab/labextensions.py", line 105, in start
core_config=self.core_config)
File "/home/ec2-user/anaconda3/lib/python3.7/site-packages/jupyterlab/commands.py", line 378, in build
command=command, clean_staging=clean_staging)
File "/home/ec2-user/anaconda3/lib/python3.7/site-packages/jupyterlab/commands.py", line 583, in build
raise RuntimeError(msg)
RuntimeError: JupyterLab failed to build
Exiting application: jupyter
The text was updated successfully, but these errors were encountered: