In conjunction with the upcoming v14.0 release of the LSST Science Pipelines, I’ve been working on improving and expanding the installation documentation. These docs cover:
The newinstall.sh installation method and the brand-new binary packages.
The lsstsw installation method.
The Docker images.
How to build individual packages from source for development.
Important: The draft newinstall.sh documentation refers to a v14.0 tag that doesn’t exist yet. You can still try out the EUPS binary installation with a recent tag:
eups distrib install lsst_distrib -t w_2017_38
p.s. While researching this documentation I came to appreciate how awesome the Docker images are. Whether you’re a user or a developer, I encourage you to try out the Docker images instead of installing your own stack.
I think that means that you are on a mac and you have managed to get the binary distribution. There is an extra step needed to rewrite the shebangs on macs. I assume that would be mentioned in the v14.0 release notes (that aren’t completely finished).
As @timj says, did you run the “shebangtron” step described here? I think that’s supposed to fix that. Are you using your own miniconda, or the miniconda provided by newinstall.sh?
Interesting, we should look into this. It looks like the demo’s v14.0 tag was made on September 4th, corresponding to an earlier release candidate tag for the Stack. A v14.0-rc2 tag came out on October 6th that probably changed the measurement outcomes slightly.
It turns out this is a difference between the release candidate and the weekly mentioned in the original post. I’m not sure what the specific difference is, but @jeffcarlin and I have shown that the demo completes if using the v14_0_rc2 version of the stack.