NCAR / cesm-lens-aws

Examples of analysis of CESM LENS data publicly available on Amazon S3 (us-west-2 region) using xarray and dask
https://doi.org/10.26024/wt24-5j82
BSD 3-Clause "New" or "Revised" License
43 stars 23 forks source link

Binder complaining about pip #31

Closed bonnland closed 4 years ago

bonnland commented 4 years ago

On the BinderHub build, there is a warning about pip being used to install, but it is not part of the conda environment definition.

Is there any issue with adding an unpinned version of pip to the environment definition file?

Waiting for build to start...
Picked Git content provider.
Cloning into '/tmp/repo2dockerlacakzem'...
HEAD is now at 7e7e79e Fix bugs and typos
Using DockerBuildPack builder
Step 1/1 : FROM pangeo/pangeo-notebook-onbuild:2019.11.25
# Executing 6 build triggers
 ---> Running in 2f104a2a9217
Removing intermediate container 2f104a2a9217
 ---> Running in 70c0142d6bbe

Warning: you have pip-installed dependencies in your environment file, but you do not list pip itself as one of your conda dependencies.  Conda may not use the correct pip to install your packages, and they may end up in the wrong place.  Please add an explicit pip dependency.  I'm adding one for you, but still nagging you.

Collecting package metadata (repodata.json): ...working... done
Solving environment: ...working... done
bonnland commented 4 years ago

I added pip (no version specified) as a dependency in #33, and it built and ran without problems. Closing this issue.