Details
-
Type:
Bug
-
Status: Done
-
Resolution: Done
-
Fix Version/s: None
-
Component/s: JupyterLab
-
Labels:None
-
Story Points:1.5
-
Team:SQuaRE
Description
Last night's nightly build of jupyterlabdemo failed.
https://ci.lsst.codes/blue/organizations/jenkins/release%2Fnightly-release/detail/nightly-release/359/pipeline/231
https://ci.lsst.codes/blue/organizations/jenkins/sqre%2Finfra%2Fbuild-jupyterlabdemo/detail/build-jupyterlabdemo/300/pipeline
/opt/lsst/software/stack/python/current/bin/python3: No module named ipykernel
|
|
The command '/bin/bash -lc /opt/lsst/software/stack/python/current/bin/python3 -m ipykernel install --name 'LSST'' returned a non-zero code: 1 |
|
Docker build failed.
|
The timing is suspicious with the miniconda installer upgrade yesterday under DM-14011, which also switched newinstall.sh to installing scipipe deps into a named conda env instead of the default "base" env.
Is the right answer to switch my build stuff to use the named conda env, or to install packages explicitly into base in order to get the needed notebook extensions and stuff going?