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

statsmodels requirement missing for cAndCwithStickyE/StickyEtools.py #441

Closed
sbenthall opened this issue Nov 26, 2019 · 8 comments
Closed

Comments

@sbenthall
Copy link
Contributor

Running cAndCwithStickyE/StickyEtools.py file with ipython gets this import error:

~/projects/econ-ark/HARK/examples/cAndCwithStickyE/StickyEtools.py in <module>
     11 import numpy as np
     12 import pandas as pd
---> 13 import statsmodels.api as sm
     14 import statsmodels.sandbox.regression.gmm as smsrg
     15 import matplotlib.pyplot as plt

ModuleNotFoundError: No module named 'statsmodels'

statsmodels is not listed in the requirements.txt file at either the top level directory or in the binder/ directory.

@MridulS
Copy link
Member

MridulS commented Nov 26, 2019 via email

@sbenthall
Copy link
Contributor Author

This model is supposed to moved to REMARK right ?

That would make sense to me, but I haven't heard that directly from anyone myself.

@MridulS
Copy link
Member

MridulS commented Nov 26, 2019 via email

@sbenthall
Copy link
Contributor Author

I see! Could close this ticket, but the REMARK is going to need the new requirement as well.

@llorracc
Copy link
Collaborator

llorracc commented Nov 27, 2019 via email

@MridulS
Copy link
Member

MridulS commented Nov 27, 2019 via email

@llorracc
Copy link
Collaborator

llorracc commented Nov 27, 2019 via email

@llorracc
Copy link
Collaborator

llorracc commented Dec 5, 2019

This is fixed in the REMARK and is a good example of why we need to remove these kinds of things from HARK.

@llorracc llorracc closed this as completed Dec 5, 2019
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

3 participants