Details
-
Type:
Story
-
Status: Done
-
Resolution: Done
-
Fix Version/s: None
-
Component/s: None
-
Labels:None
-
Story Points:1
-
Epic Link:
-
Sprint:AP F18-5
-
Team:Alert Production
Description
Setup:
source /software/lsstsw/stack/loadLSST.bash
|
setup lsst_distrib
|
[yusra@lsst-dev01 notebooks]$ jupyter notebook --no-browser --port=8701
|
Traceback (most recent call last):
|
File "/software/lsstsw/stack_20181012/python/miniconda3-4.5.4/envs/lsst-scipipe/bin/jupyter-notebook", line 4, in <module>
|
import notebook.notebookapp
|
File "/software/lsstsw/stack_20181012/python/miniconda3-4.5.4/envs/lsst-scipipe/lib/python3.6/site-packages/notebook/notebookapp.py", line 40, in <module>
|
ioloop.install()
|
File "/software/lsstsw/stack_20181012/python/miniconda3-4.5.4/envs/lsst-scipipe/lib/python3.6/site-packages/zmq/eventloop/ioloop.py", line 210, in install
|
assert (not ioloop.IOLoop.initialized()) or \
|
AttributeError: type object 'IOLoop' has no attribute 'initialized'
|
Attachments
Issue Links
- relates to
-
DM-16129 Refresh shared stack on lsst-dev
- Done
Seems that this is a known Conda issue (#1, #2, etc).
Adjusted by running:
$ conda install --no-update-deps tornado=4.5.3
Unfortunately, this pulls the shared stack out of sync with the lsstsw environment, but I think we have to live with that for now.
Yusra AlSayyad, can you confirm if this fixes the problem for you?