OpenSourceEconomics / grmpy

Python package for the simulation and estimation of generalized Roy model
http://grmpy.readthedocs.io
MIT License
19 stars 5 forks source link

not all requirements to run promotional notebook in requirements and environment file #157

Closed peisenha closed 5 years ago

peisenha commented 5 years ago

Please add , for example

~/external_storage/ownCloud/office/workspace/OpenSourceEconomics/grmpy/promotion/04_grmpy_tutorial_notebook/auxiliary.py in () 9 import json 10 ---> 11 from linearmodels.iv import IV2SLS 12 from grmpy.simulate.simulate_auxiliary import simulate_unobservables 13 from grmpy.estimate.estimate_output import calculate_mte

ModuleNotFoundError: No module named 'linearmodels'

SeBecker commented 5 years ago

I added linearmodels to the req file. I will include it in the upcoming environment file as well.

peisenha commented 5 years ago

@bekauf , please finish this and then close ...

SeBecker commented 5 years ago

linearmodels is included in the current version of the environment.yml file.