I am getting a ModelNotFoundError: No module named 'simpy' message in jupyter notebooks

24 views Asked by At

Not sure what I am doing wrong. keep receiving this error related to no module named simpy to I can run some regression and other analysis. I attached a snippet of the jupyter notebook code to give context.

Snippet

Thank you for any help!

Jack

1

There are 1 answers

0
Chiin On

That message usually means that simpy is not installed. Did you try installing it via pip install simpy?