-
-
Notifications
You must be signed in to change notification settings - Fork 368
Closed
Labels
bugPotential issues with the zarr-python libraryPotential issues with the zarr-python library
Description
Zarr version
v3.1.3
Numcodecs version
v0.16.4
Python Version
3.13
Operating System
Linux
Installation
Using uv into virtual environment
Description
The just released numcodecs removes the crc32 dependency in favour of the google-crc32c library, but codecs/crc32c_.py in the latest pip release 3.1.3 requires crc32c.py on line 8. Obviously this is fixed in main, but it means that pip install zarr won't produce a working zarr install.
Steps to reproduce
# /// script
# requires-python = ">=3.11"
# dependencies = [
# "zarr==3.1.3",
# ]
# ///
#
from zarr.codecs import crc32c_Additional output
No response
samantha-earthmover and jat255jhamman and jat255
Metadata
Metadata
Assignees
Labels
bugPotential issues with the zarr-python libraryPotential issues with the zarr-python library