econ-ark/HARK

pip install does not seem to include some files

Closed this issue · 8 comments

Describe the bug

pip install econ-ark does not seem to install HARK.datasets.data

To Reproduce
Steps to reproduce the behavior:

  1. Go to '...'
  2. Click on '....'
  3. Scroll down to '....'
  4. See error

Expected behavior
A clear and concise description of what you expected to happen.

Screenshots
If applicable, add screenshots to help explain your problem.

Desktop (please complete the following information):

  • OS: [e.g. Mac/Windows/Linux]
  • Browser [e.g. chrome, safari]
  • Econ-ARK and Python version [eg. 0.10.6 and python 3.7]

Additional context
Add any other context about the problem here.

It also does not seem to install dependencies along with it. Just had to correct some issues in https://github.com/econ-ark/DistributionOfWealthMPC because pip installing econ-ark master did not install all the dependencies. @MridulS @sbenthall can you take a look at this before our next meeting?

This is probably coming from 0ad8bb4 I will take a look.

@alanlujan91 the datasets part should be fixed now. DemARK build is running now.

It also does not seem to install dependencies along with it.

Can you point towards which deps aren't being installed? Current HARK deps are available at https://github.com/econ-ark/HARK/blob/master/requirements/base.txt and these are the ones that should be installed when we do a pip install

See https://github.com/econ-ark/DistributionOfWealthMPC/blob/master/binder/environment.yml

I had to manually add xarray scipy numpy numba pandas because they were not installed with econ-ark

Hmm, was this to run on binder?

yes

This is very weird, I'm able to build and run it just fine locally with just HARK and on mybinder econ-ark/DistributionOfWealthMPC#23.

https://mybinder.org/v2/gh/econ-ark/DistributionOfWealthMPC/make_binder_happy works just fine for me, and by fine I mean I can go into the terminal and run python do_min.py without any issues.