binder-examples/conda

Trying to reproduce

robmarkcole opened this issue · 2 comments

Hi @betatim
I am trying to reproduce this but failing, any idea where I am going wrong?

https://github.com/robmarkcole/reproducible-satellite-image-analysis

What isn't working/where are you getting stuck?

I took a quick look at your environment.yml: I tend to explicitly list packages I care about (and pin their versions) instead of exporting everything. If you do want to export everything try out the --no-builds flag to conda export to remove the build version tags.

Hi Tim, locally I am still clearly using the base environment, despite (I think) having followed the instructions to use my sat env. Would be good to get this resolved and documented