kiyo-masui / bitshuffle

Filter for improving compression of typed binary data.
Other
215 stars 76 forks source link

ValueError: Unknown compression filter number: 32008 #74

Open Ossic opened 5 years ago

Ossic commented 5 years ago

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 commented 5 years ago

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