jupyterhub / mybinder.org-user-guide

Turn a Git repo into a collection of interactive notebooks. This is Binder's user documentation repository.
https://mybinder.readthedocs.io
BSD 3-Clause "New" or "Revised" License
151 stars 103 forks source link

Binder won't reach github repository #196

Closed sumanan047 closed 4 years ago

sumanan047 commented 4 years ago

everytime I try to access my github, I see this error:

Error during build: 'utf-8' codec can't decode byte 0xff in position 0: invalid start byteWaiting for build to start... Picked Git content provider. Cloning into '/tmp/repo2dockerzrnwxg4o'... HEAD is now at 9e9be65 Setup nbinteract Error during build: 'utf-8' codec can't decode byte 0xff in position 0: invalid start byte

Any help?

choldgraf commented 4 years ago

Can you provide a link to your repo?

sumanan047 commented 4 years ago

Thanks chris, here is the repo,

https://github.com/sumanan047/nbinteract-tutorial

choldgraf commented 4 years ago

hmm - my guess is that there is something wrong with one of your configuration files, it's a bit hard to know which one, but it seems like binder is choking when it tries to read in the configuration in the repository. A quick note, I don't think that generating an environment from conda entirely is a good idea - your environment.yml file has a ton of lines that are pinned to very specific versions, but this may not generalize to other platforms. I'd recommend starting with the minimal requirements.txt file that will reproduce your analysis

sumanan047 commented 4 years ago

Thanks again Chris, Did exactly that. Started from scratch again with only pip, no conda. It works now.