repo2jupyterlite
repo2jupyterlite copied to clipboard
build failure in beta service
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
Just tried with #19 locally and also getting a build failure.
This seems related to the solving of the environment:
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?
Did some expérimentations on https://github.com/stevejpurves/seg_tutorial/pull/1
The UI should ideally stream the build logs, like on mybinder.org.