Hi Team. First thanks for all the work on mybinder – it’s super great. Second, I am having some issues with my configuration that has been working the past but doesn’t seem to be building during today’s updates.
The notebook repository is:
I am using environment.yml
for configuration
but it is leaving an error message in the build logs I don’t understand:
Looking for: ['python=3.8', 'anaconda=2020.07', 'pip']
Encountered problems while solving.
Problem: package anaconda-2020.07-py36_0 requires libgcc-ng 9.1.0 hdf63c60_0, but none of the providers can be installed
appears to be fetching py36
?
I have tried:
- adding a
runtime.txt
withpython-3.8
- downgrading
python=3.7
as I saw in the docs that repo2docker works best withpython<=3.7
- added
conda-forge
to the channels list - removed the version requirement on
python
Thanks for any ideas.