You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@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'
@dvfarmer That script file is updated to remove those dependencies, since they are not needed in the script. I will update the environment file at some point to add IPython (and matplotlib and seaborn) since they are used in some of the calibration and validation scrips.
@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?
The text was updated successfully, but these errors were encountered: