-
Notifications
You must be signed in to change notification settings - Fork 17
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
robotkernel binder build is broken #145
Comments
Yeah, that's a new one. We should see if we can get to a more minimal reproducer on e.g. a gist, as that might reveal at exactly which layer the issue is occurring, which might help find an upstream to lodge an issue. Also seeing a lot of really old pins in there: on the one side, hooray reproducibility, but on the other, it's can become somewhat impractical given the number of EOL things its pulling, as they might no longer have eyes on their compatibility windows and migrations: specifically looking at NodeJS, as it can impact the binary compatibility situation in negative ways. One way to work around some of the is to do an off-line solve with e.g. |
@bollwyvl Thanks for help! I agree, it might be best to just use the latest known good versions before wasting time to fix issue nobody else has. Would you be able to help, or have a simple example for me to re-use? I still don't do binder stuff daily, and therefore only upgrade versions when really necessary. |
Well, binder didn't work at all for a couple months there, due to cloud compute credits. Gotta love Other People's Computers, but hey, they're free! |
just |
Digging into it further, it appears Something Special Happens in |
Or, if a pinned python is desirable, apparently specifying something that matches the upstream regex to force Something Special To Happen, e.g.
However: one will then observe some At any rate: here's my WIP branch where i did some of this stuff (there was a fair amount of force pushed): One the up side: it finishes the build fairly quickly, and works on ovh. On the downside:
Some of the above issues have pushed me to try to do more |
Wow. Thanks again. It looks like I should be able to continue from here. And next I should go and look into JupyterLab changelog to learn about Lab4… |
With any luck at all, the kernel itself should be mostly shielded from the changes, many of which revolve around deprecation of the old, home-grown evented document model for things based on Of more interest is that the dependency between Rounding out the experience, |
@bollwyvl Once again, I am asking help for binder magic maintenance. I have never seen this error before:
https://mybinder.org/v2/gh/robots-from-jupyter/robotkernel/master?urlpath=lab/tree/example.ipynb
The text was updated successfully, but these errors were encountered: