Skip to content

0.12.1: cannot import name 'MsgPack' from 'numcodecs' in numcodecs/__init__.py #526

@kloczek

Description

@kloczek

Looks like on testing zarr has been exposed probably missing msgpack import (and missing install time dependency of that module as well if I'm right).

_________________________________________________________________________ ERROR collecting zarr/tests/test_core.py __________________________________________________________________________
ImportError while importing test module '/home/tkloczko/rpmbuild/BUILD/zarr-python-2.18.1/zarr/tests/test_core.py'.
Hint: make sure your test modules/packages have valid Python names.
Traceback:
/usr/lib64/python3.10/importlib/__init__.py:126: in import_module
    return _bootstrap._gcd_import(name[level:], package, level)
zarr/tests/test_core.py:13: in <module>
    from numcodecs import (
E   ImportError: cannot import name 'MsgPack' from 'numcodecs' (/usr/lib64/python3.10/site-packages/numcodecs/__init__.py)

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions