-
Notifications
You must be signed in to change notification settings - Fork 88
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
0.12.1: cannot import name 'MsgPack' from 'numcodecs'
in numcodecs/__init__.py
#526
Comments
It is an optional dependency in Numcodecs Lines 63 to 65 in 79a0e93
Users need to install it if they need it Edit: If Zarr needs this, then they should also add |
Could you please raise this issue on the Zarr repo? Feel free to cc me there |
Whatever will import |
I've been running into this recently, and it's not obvious from the error message that it can be fixed by installing
|
...as a test dependency? |
Oh yeah, it looks like it's already a test dependency. So I guess worth just having a better error message here (if that's possible?) Help with this very welcome! |
Looks like on testing
zarr
has been exposed probably missingmsgpack
import (and missing install time dependency of that module as well if I'm right).The text was updated successfully, but these errors were encountered: