Closed nthiery closed 1 year ago
Looks like it might be an issue in conda? Either the path to the conda environment contains non-ASCII characters, or somehow the paths in one of the package tarballs contains non-ASCII characters, and it's running into an implicit ASCII decoding caused by trying to concatenate a unicode string with a non-unicode string.
Saw this issue by accident. You should post this on https://github.com/conda-forge/sage-feedstock/issues
This was a problem with the rw package which installed a file share/doc/rw/Hängematte
. I've fixed this here, https://github.com/conda-forge/rw-feedstock/pull/2
Note that this error appeared only on anaconda2 and not on anaconda3.
@isuruf: you are everywhere :-) Thanks so much for spotting and fixing it!
Although working out the problem with conda would be worthwhile, now that binder supports Docker images it might be a moot point. Starting from the pre-built Sage image might be faster and simpler even than using Conda for this purpose.
I'm making progress on a few small enhancements to the official sagemath image that will make deploying it on binder easier too.
Yes. We now use pre-built Sage image. It works well.
I was curious to see whether the new conda package for Sage would enable the deployement of SageMath Jupyter notebooks on mybinder. That would be a really cool feature.
It seems to go a long way. However building the mybinder image currently fails during the installation of conda packages:
Taken from: http://mybinder.org/status/nthiery/test-binder-sage:
Any clue?
cc: @embray