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
Copyright © 2021 Jogjafile Inc.
That message usually means that simpy is not installed. Did you try installing it via
pip install simpy?