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

ValueError: Unknown compression filter number: 32008 #74

Open
Ossic opened this issue Jan 18, 2019 · 1 comment
Open

ValueError: Unknown compression filter number: 32008 #74

Ossic opened this issue Jan 18, 2019 · 1 comment

Comments

@Ossic
Copy link

Ossic commented Jan 18, 2019

Hello

I met "ValueError: Unknown compression filter number: 32008" when program running in the code block as followed:

dataset = f.create_dataset(
    "data",
    (100, 100, 100),
    compression=bitshuffle.h5.H5FILTER,
    compression_opts=(block_size, bitshuffle.h5.H5_COMPRESS_LZ4),
    dtype='float32',
    )

I know "bitshuffle.h5.H5FILTER" equals 32008, but
Is there any quick solution for this problem?
Thanks for your time.

Ossic

@Ossic
Copy link
Author

Ossic commented Mar 22, 2019

Problem is still there, is there any solution? thanks.

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

1 participant