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.
Thank you for any help!
Jack
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.
Thank you for any help!
Jack
That message usually means that simpy is not installed. Did you try installing it via
pip install simpy?