-
Notifications
You must be signed in to change notification settings - Fork 363
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
Basic python 3.8 environment.yml fails to build on mybinder.org #1230
Comments
Thank you for opening your first issue in this project! Engagement like this is essential for open source projects! 🤗 |
I'm just a passerby. The
so it's not "basic", and the problem looks specific to your setup. |
That is just my workaround, to side-step the bug. The basic setup is in the "bug" branch. |
Sorry. My mind was fried. I've also confirmed the error locally. repo2docker --debug --image-name test-basic . where the directory contains simple name: seamless-binder-demo
channels:
- conda-forge
dependencies:
- python=3.8
- ipython==7.33.* OS: Ubuntu 22.04.1 LTS on Windows 11 WSL2 |
I just tried https://mybinder.org/v2/gh/sjdv1982/seamless-binder-demo/bug today and it's working. My guess is an update in a dependency led to an incompatibility between packages, which was subsequently fixed by another release. |
Bug description
The repo2docker deployment on mybinder.org fails to build a rather minimal python 3.8 environment. There is no problem when I run jupyter-repo2docker locally.
Expected behaviour
The Docker image should build correctly on mybinder.org.
Actual behaviour
Error message on mybinder.org:
How to reproduce
To get the bugged behavior on mybinder.org:
To get the correct behavior with a local execution
Run
jupyter-repo2docker --ref bug 'https://github.com/sjdv1982/seamless-binder-demo'
environment.yml
Your personal set up
Client: Docker Engine - Community
Version: 20.10.22
API version: 1.41
Go version: go1.18.9
Git commit: 3a2c30b
Built: Thu Dec 15 22:28:04 2022
OS/Arch: linux/amd64
Context: default
Experimental: true
Server: Docker Engine - Community
Engine:
Version: 20.10.22
API version: 1.41 (minimum version 1.12)
Go version: go1.18.9
Git commit: 42c8b31
Built: Thu Dec 15 22:25:49 2022
OS/Arch: linux/amd64
Experimental: false
containerd:
Version: 1.6.14
GitCommit: 9ba4b250366a5ddde94bb7c9d1def331423aa323
runc:
Version: 1.1.4
GitCommit: v1.1.4-0-g5fd4c4d
docker-init:
Version: 0.19.0
GitCommit: de40ad0
The text was updated successfully, but these errors were encountered: