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

Remark on installing older lib version Mac obsolete? #13

Closed
michaelaye opened this issue Dec 2, 2016 · 4 comments
Closed

Remark on installing older lib version Mac obsolete? #13

michaelaye opened this issue Dec 2, 2016 · 4 comments

Comments

@michaelaye
Copy link
Contributor

michaelaye commented Dec 2, 2016

The tutorial 03b says:

If you're on a Mac you need to install the previous versions of h5py and pytables, like so:
conda install h5py=2.4.0 pytables=3.1.1
The most recent versions of these libraries cause a segfault when writing to HDF5 storage.

It seems they are obsolete, even so I get an error later on now:

%%time
if os.path.exists('accounts.castra'):
    import shutil
    shutil.rmtree('accounts.castra')

c = df.to_castra('accounts.castra', categories=['names'])
df3 = c.to_dask()

ValueError: Expected iterable of tuples of (name, dtype), got ['id', 'names', 'amount']

Using castra 0.1.7

@michaelaye
Copy link
Contributor Author

I'm pretty sure that's a castra<->dask (tutorial) API inconsistency, so I add another issue.

@mrocklin
Copy link
Member

mrocklin commented Dec 2, 2016 via email

@michaelaye
Copy link
Contributor Author

oh wow, pity. sounded like a good idea.

@mrocklin
Copy link
Member

mrocklin commented Dec 2, 2016 via email

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