jupyterlite / repo2jupyterlite

Build jupyterlite apps out of repositories
BSD 3-Clause "New" or "Revised" License
27 stars 4 forks source link

build failure in beta service #9

Open stevejpurves opened 1 year ago

stevejpurves commented 1 year ago

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

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
jtpio commented 8 months ago

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 commented 8 months ago

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

jtpio commented 8 months ago

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