repo2jupyterlite icon indicating copy to clipboard operation
repo2jupyterlite copied to clipboard

build failure in beta service

Open stevejpurves opened this issue 2 years ago • 3 comments

Description

attempting to launch from the repo https://github.com/stevejpurves/seg_tutorial results in a failure message:

{
"detail": "jupyter lite build failed"
}

Reproduce

see 👆🏻

Launching from https://binderlite-prototype-yuvi.mybinder.org/?

Expected a jupyterlite site to launch, this repo does launch on mybinder.org

Context

  • JupyterLite version: https://binderlite-prototype-yuvi.mybinder.org/?
  • Operating System and version: MacOS
  • Browser and version: Chrome 114.0.5735.90
Browser Output
ParsedRepoURL
index.html:1     Failed to load resource: the server responded with a status of 500 ()
Navigated to https://binderlite-prototype-yuvi.mybinder.org/v1/gh/stevejpurves/seg_tutorial/345defa4edd7186358ff1aee6216d85702b30000/lab/index.html

stevejpurves avatar Jun 21 '23 10:06 stevejpurves

Just tried with #19 locally and also getting a build failure.

This seems related to the solving of the environment:

image

Some of the packages might now be compatible with emscripten. Maybe we can try using the emscripten-forge channel, until there is something like https://github.com/jupyterlite/xeus/issues/76 supported in jupyterlite-xeus?

jtpio avatar Feb 23 '24 17:02 jtpio

Did some expérimentations on https://github.com/stevejpurves/seg_tutorial/pull/1

jtpio avatar Feb 23 '24 18:02 jtpio

The UI should ideally stream the build logs, like on mybinder.org.

jtpio avatar Feb 23 '24 18:02 jtpio