-
Notifications
You must be signed in to change notification settings - Fork 97
Numcodecs 0.7.0 fails with Zarr package #243
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
Comments
Probably related to my issue. Seems like the 0.7.0 distros are missing some components (like blosc): |
Duplicate of #242 |
Closing to consolidate conversation. Please follow along in issue ( #242 ). Thanks! |
@yihming, I just pushed out 0.7.1 which appears to work in a fresh ubuntu:16.04 docker image:
|
Thank you so much for your quick response. I'll try it later and let you know. |
Version 0.7.1 works properly with zarr now. Thank you again for your work! |
Uh oh!
There was an error while loading. Please reload this page.
Minimal, reproducible code sample, a copy-pastable example if possible
Problem description
I installed
numcodecs
latest 0.7.0 version, but found thatzarr
did not work properly with it. Downgradingnumcodecs
to version 0.6.4 resolved this issue.Moreover, I had to install a bunch of dependency head files in Ubuntu to make the installation of
numcodecs
v0.7.0 succeed (see below):Then the code sample above gives the following error message:
Version and installation information
Please provide the following:
numcodecs.__version__
: 0.7.0pip install numcodecs
.My
zarr
version is 2.4.0.Also, if you think it might be relevant, please provide the output from
pip list
orconda list
depending on which was used to install NumCodecs.The text was updated successfully, but these errors were encountered: