I'm following the flow/tutorials/README.md
to set up the tutorial environment, but I still have some errors.
When I open the jupyter notebook interface, there are five environments in the 'kernel': python2
, python[conda env:enter]
, python[conda env:flow]
, python[conda root]
, python[default]
. These kernels I have tried, but I still get an error.
(The "enter"
in python env [conda env:enter]
is my own downloaded anaconda.)
from flow.scenarios.loop import LoopScenario
ImportError Traceback (most recent call last) in () ----> 1 from flow.scenarios.loop import LoopScenario
ImportError: No module named 'flow'```