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

BUG: HDFStore fails on py3 with pytables 3.0 #3750

Closed
jreback opened this issue Jun 3, 2013 · 3 comments · Fixed by #3762
Closed

BUG: HDFStore fails on py3 with pytables 3.0 #3750

jreback opened this issue Jun 3, 2013 · 3 comments · Fixed by #3762
Labels
Bug Build Library building on various platforms
Milestone

Comments

@jreback
Copy link
Contributor

jreback commented Jun 3, 2013

we are not testing this now on travis

fails because pytables 3.0 reads back strings as bytes and
infer_dtype doesn't deal with this

@jreback
Copy link
Contributor Author

jreback commented Jun 5, 2013

need to implement this workaround: PyTables/PyTables#265

@hayd
Copy link
Contributor

hayd commented Jun 13, 2013

Is pytables 2.x still supported with this?

@jreback
Copy link
Contributor Author

jreback commented Jun 13, 2013

no...pytables 2 is essentially unaffected (and you can use pytables 3 to read back-compat as well)

having a problem?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Bug Build Library building on various platforms
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants