You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Actually, numcodecs vendors zstd instead of using the zstd package, so this is probably a bit more complex than what I suggested. I think what should happen is this line should be removed from numcodecs:
Zarr version
v2.18.2
Numcodecs version
v0.12.1
zstd version
v1.5.6
Python Version
3.12
Operating System
Gentoo
Installation
custom ebuild
Description
After installing
zarr
, its import fails with:numcodecs
does indeed not defineZstd
, but eithernumcodecs.zstd
ornumcodecs.zstd.Zstd
. If I understand correctly this symbol is created with:However, if an error occurs here, the underlying message is never shown to the user. Would it make sense to be more transparent?
Here the actual error is shown (an incompatibility with
zstd=1.5.6
? which should ideally be caught at compilation?)Please note that this may be better addressed by
numcodecs
thanzarr
- if so, apologies for reporting to the wrong package.Steps to reproduce
Additional output
No response
The text was updated successfully, but these errors were encountered: