zarr-developers / zarr-python

An implementation of chunked, compressed, N-dimensional arrays for Python.
http://zarr.readthedocs.io/
MIT License
1.41k stars 267 forks source link

ShardingCodec cannot be pickled #1990

Closed d-v-b closed 1 week ago

d-v-b commented 3 weeks ago

Because it uses lru_cache and we have not implemented the requisite dunder methods for object serialization to make it pickleable, which is not hard according to internet wisdom .

todo: