timothydmorton / isochrones

Pythonic stellar model grid access; easy MCMC fitting of stellar properties
http://isochrones.readthedocs.org
MIT License
121 stars 62 forks source link

HDFStore requires PyTables #3

Closed mrtommyb closed 9 years ago

mrtommyb commented 9 years ago

I get the error: ERROR: ImportError: HDFStore requires PyTables [pandas.io.pytables] ERROR:astropy:ImportError: HDFStore requires PyTables

My guess is that the version of Pandas required in setup.py is not sufficiently high.

timothydmorton commented 9 years ago

Does it work if you upgrade pandas?

timothydmorton commented 9 years ago

0.14 should be plenty high enough--- probably the pandas installation doesn't require PyTables by default; I'll add pytables to the requirements here.

timothydmorton commented 9 years ago

see if it works for you now; just added the tables requirement.

mrtommyb commented 9 years ago

Thanks Tim. I will try it out later today.

On Thu, Mar 12, 2015, 11:24 AM timothydmorton notifications@github.com wrote:

see if it works for you now; just added the tables requirement.

— Reply to this email directly or view it on GitHub https://github.com/timothydmorton/isochrones/issues/3#issuecomment-78556291 .

mrtommyb commented 9 years ago

Hi Tim, I got to testing it. Works now. Thanks for putting this code out there.

timothydmorton commented 9 years ago

Great!