Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Does the develop environment yaml need ipython #2

Open
dvfarmer opened this issue Oct 24, 2024 · 2 comments
Open

Does the develop environment yaml need ipython #2

dvfarmer opened this issue Oct 24, 2024 · 2 comments

Comments

@dvfarmer
Copy link
Collaborator

@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?

@AndrewTheTM
Copy link
Collaborator

We might want ipython for other reasons, but I mistakenly left a few dependencies in that file.

@AndrewTheTM
Copy link
Collaborator

@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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants