JupyterLab failed to build on Binder
See original GitHub issueWhen I try to build https://github.com/jupyter-widgets/ipyleaflet on Binder:
Building jupyterlab assets (build:prod:minimize)
An error occured.
RuntimeError: JupyterLab failed to build
See the log file for details: /tmp/jupyterlab-debug-ileh7iey.log
Removing intermediate container ec463387576d
The command '/bin/sh -c ./postBuild' returned a non-zero code: 1
I don’t know how to debug this any further, as I don’t have a local BinderHub server. But I’m sure this used to work, right?
Issue Analytics
- State:
- Created 3 years ago
- Comments:14 (14 by maintainers)
Top Results From Across the Web
MyBinder + ipympl: RuntimeError: JupyterLab failed to build ...
It looks like jupyterlab build fails during the dependency deduplication, the error message is empty though. I wonder if updating yarn to the ......
Read more >Jupyterlab-dash needs to be included in built on Binder but ...
I am trying to launch a Binder rep and import JupyterDash into it. The Binder built worked. In my Binder rep enter link...
Read more >Problem with binder demos - maybe can't install extensions
The examples that fail all run postBuild operations that build extensions. (https://github.com/jupyterlab/jupyterlab-demo does work).
Read more >jupyterhub/binder - Gitter
I am getting a build error on binder that I cannot reproduce locally with ... node building, when installing a jupyterlab extension and...
Read more >Binder
Provide in the above form a URL or a GitHub repository that contains Jupyter notebooks, as well as a branch, tag, or commit...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
Do you want me to create a PR for https://github.com/jupyter-widgets/ipyleaflet/blob/master/environment.yml ?
Just for the record, this was apparently due to memory issues when building JupyterLab. Should be fixed when JupyterLab 3 is out, we won’t need to build it anymore.