Metropolitan-Council / metc-asim-model

BSD 3-Clause "New" or "Revised" License
8 stars 1 forks source link

Does the develop environment yaml need ipython #2

Open dvfarmer opened 8 hours ago

dvfarmer commented 8 hours ago

@AndrewTheTM When I started running the ActivitySim 1.3.1 on the develop branch, I got the following warning message during the Cube scripts that run before ActivitySim.

File "C:\metc_asim\metc-asim-model\source\python\metc_nearestml.py", line 2, in from IPython.display import display ModuleNotFoundError: No module named 'IPython'

To create the environment, I used https://raw.githubusercontent.com/Metropolitan-Council/metc-asim-model/refs/heads/develop/source/environment.yml per the instructions.

Should this environment.yml include ipython?