zarr-developers / numcodecs

A Python package providing buffer compression and transformation codecs for use in data storage and communication applications.
http://numcodecs.readthedocs.io
MIT License
125 stars 87 forks source link

0.12.1: pytest fails #510

Open kloczek opened 7 months ago

kloczek commented 7 months ago

I'm packaging your module as an rpm package so I'm using the typical PEP517 based build, install and test cycle used on building packages from non-root account.

List of installed modules in build env: ```console Package Version ----------------------------- -------- alabaster 0.7.16 Babel 2.14.0 build 1.0.3 charset-normalizer 3.3.2 cppclean 0.13 Cython 3.0.8 distro 1.9.0 dnf 4.19.0 docutils 0.20.1 exceptiongroup 1.1.3 gpg 1.23.2 idna 3.6 imagesize 1.4.1 importlib_metadata 7.0.1 iniconfig 2.0.0 installer 0.7.0 Jinja2 3.1.3 libdnf 0.73.0 MarkupSafe 2.1.3 numpy 1.24.4 numpydoc 1.6.0 packaging 23.2 pluggy 1.3.0 py-cpuinfo 9.0.0 Pygments 2.17.2 pyproject_hooks 1.0.0 pytest 8.0.0 python-dateutil 2.8.2 pytz 2024.1 requests 2.31.0 setuptools 69.1.0 setuptools-scm 8.0.4 six 1.16.0 snowballstemmer 2.2.0 Sphinx 7.1.2 sphinx-issues 3.0.1 sphinxcontrib-applehelp 1.0.4 sphinxcontrib-devhelp 1.0.5 sphinxcontrib-htmlhelp 2.0.5 sphinxcontrib-jsmath 1.0.1 sphinxcontrib-qthelp 1.0.7 sphinxcontrib-serializinghtml 1.1.10 tabulate 0.9.0 tomli 2.0.1 typing_extensions 4.9.0 urllib3 1.26.18 wheel 0.42.0 zipp 3.17.0 ```

Please let me know if you need more details or want me to perform some diagnostics.

kloczek commented 7 months ago
Here is pytest output: ```console + PYTHONPATH=/home/tkloczko/rpmbuild/BUILDROOT/python-numcodecs-0.12.1-2.fc35.x86_64/usr/lib64/python3.8/site-packages:/home/tkloczko/rpmbuild/BUILDROOT/python-numcodecs-0.12.1-2.fc35.x86_64/usr/lib/python3.8/site-packages + /usr/bin/pytest -ra -m 'not network' ============================= test session starts ============================== platform linux -- Python 3.8.18, pytest-8.0.0, pluggy-1.3.0 rootdir: /home/tkloczko/rpmbuild/BUILD/numcodecs-0.12.1 configfile: pyproject.toml testpaths: numcodecs collected 9 items / 71 errors ==================================== ERRORS ==================================== ____________________ ERROR collecting numcodecs/__init__.py ____________________ numcodecs/__init__.py:91: in from numcodecs.shuffle import Shuffle numcodecs/shuffle.py:4: in from ._shuffle import _doShuffle, _doUnshuffle E ModuleNotFoundError: No module named 'numcodecs._shuffle' ____________________ ERROR collecting numcodecs/bitround.py ____________________ /usr/lib64/python3.8/importlib/__init__.py:127: in import_module return _bootstrap._gcd_import(name[level:], package, level) :1014: in _gcd_import ??? :991: in _find_and_load ??? :961: in _find_and_load_unlocked ??? :219: in _call_with_frames_removed ??? :1014: in _gcd_import ??? :991: in _find_and_load ??? :975: in _find_and_load_unlocked ??? :671: in _load_unlocked ??? :843: in exec_module ??? :219: in _call_with_frames_removed ??? numcodecs/__init__.py:91: in from numcodecs.shuffle import Shuffle numcodecs/shuffle.py:4: in from ._shuffle import _doShuffle, _doUnshuffle E ModuleNotFoundError: No module named 'numcodecs._shuffle' ___________________ ERROR collecting numcodecs/checksum32.py ___________________ /usr/lib64/python3.8/importlib/__init__.py:127: in import_module return _bootstrap._gcd_import(name[level:], package, level) :1014: in _gcd_import ??? :991: in _find_and_load ??? :961: in _find_and_load_unlocked ??? :219: in _call_with_frames_removed ??? :1014: in _gcd_import ??? :991: in _find_and_load ??? :975: in _find_and_load_unlocked ??? :671: in _load_unlocked ??? :843: in exec_module ??? :219: in _call_with_frames_removed ??? numcodecs/__init__.py:91: in from numcodecs.shuffle import Shuffle numcodecs/shuffle.py:4: in from ._shuffle import _doShuffle, _doUnshuffle E ModuleNotFoundError: No module named 'numcodecs._shuffle' ______________________ ERROR collecting numcodecs/json.py ______________________ /usr/lib64/python3.8/importlib/__init__.py:127: in import_module return _bootstrap._gcd_import(name[level:], package, level) :1014: in _gcd_import ??? :991: in _find_and_load ??? :961: in _find_and_load_unlocked ??? :219: in _call_with_frames_removed ??? :1014: in _gcd_import ??? :991: in _find_and_load ??? :975: in _find_and_load_unlocked ??? :671: in _load_unlocked ??? :843: in exec_module ??? :219: in _call_with_frames_removed ??? numcodecs/__init__.py:91: in from numcodecs.shuffle import Shuffle numcodecs/shuffle.py:4: in from ._shuffle import _doShuffle, _doUnshuffle E ModuleNotFoundError: No module named 'numcodecs._shuffle' ____________________ ERROR collecting numcodecs/msgpacks.py ____________________ /usr/lib64/python3.8/importlib/__init__.py:127: in import_module return _bootstrap._gcd_import(name[level:], package, level) :1014: in _gcd_import ??? :991: in _find_and_load ??? :961: in _find_and_load_unlocked ??? :219: in _call_with_frames_removed ??? :1014: in _gcd_import ??? :991: in _find_and_load ??? :975: in _find_and_load_unlocked ??? :671: in _load_unlocked ??? :843: in exec_module ??? :219: in _call_with_frames_removed ??? numcodecs/__init__.py:91: in from numcodecs.shuffle import Shuffle numcodecs/shuffle.py:4: in from ._shuffle import _doShuffle, _doUnshuffle E ModuleNotFoundError: No module named 'numcodecs._shuffle' ____________________ ERROR collecting numcodecs/shuffle.py _____________________ numcodecs/shuffle.py:4: in from ._shuffle import _doShuffle, _doUnshuffle E ModuleNotFoundError: No module named 'numcodecs._shuffle' _________________ ERROR collecting numcodecs/tests/__init__.py _________________ /usr/lib64/python3.8/importlib/__init__.py:127: in import_module return _bootstrap._gcd_import(name[level:], package, level) :1014: in _gcd_import ??? :991: in _find_and_load ??? :961: in _find_and_load_unlocked ??? :219: in _call_with_frames_removed ??? :1014: in _gcd_import ??? :991: in _find_and_load ??? :975: in _find_and_load_unlocked ??? :671: in _load_unlocked ??? :843: in exec_module ??? :219: in _call_with_frames_removed ??? numcodecs/__init__.py:91: in from numcodecs.shuffle import Shuffle numcodecs/shuffle.py:4: in from ._shuffle import _doShuffle, _doUnshuffle E ModuleNotFoundError: No module named 'numcodecs._shuffle' __________________ ERROR collecting numcodecs/tests/common.py __________________ /usr/lib64/python3.8/importlib/__init__.py:127: in import_module return _bootstrap._gcd_import(name[level:], package, level) :1014: in _gcd_import ??? :991: in _find_and_load ??? :961: in _find_and_load_unlocked ??? :219: in _call_with_frames_removed ??? :1014: in _gcd_import ??? :991: in _find_and_load ??? :961: in _find_and_load_unlocked ??? :219: in _call_with_frames_removed ??? :1014: in _gcd_import ??? :991: in _find_and_load ??? :975: in _find_and_load_unlocked ??? :671: in _load_unlocked ??? :843: in exec_module ??? :219: in _call_with_frames_removed ??? numcodecs/__init__.py:91: in from numcodecs.shuffle import Shuffle numcodecs/shuffle.py:4: in from ._shuffle import _doShuffle, _doUnshuffle E ModuleNotFoundError: No module named 'numcodecs._shuffle' _____ ERROR collecting numcodecs/tests/package_with_entrypoint/__init__.py _____ /usr/lib64/python3.8/importlib/__init__.py:127: in import_module return _bootstrap._gcd_import(name[level:], package, level) :1014: in _gcd_import ??? :991: in _find_and_load ??? :961: in _find_and_load_unlocked ??? :219: in _call_with_frames_removed ??? :1014: in _gcd_import ??? :991: in _find_and_load ??? :961: in _find_and_load_unlocked ??? :219: in _call_with_frames_removed ??? :1014: in _gcd_import ??? :991: in _find_and_load ??? :975: in _find_and_load_unlocked ??? :671: in _load_unlocked ??? :843: in exec_module ??? :219: in _call_with_frames_removed ??? numcodecs/__init__.py:91: in from numcodecs.shuffle import Shuffle numcodecs/shuffle.py:4: in from ._shuffle import _doShuffle, _doUnshuffle E ModuleNotFoundError: No module named 'numcodecs._shuffle' _______________ ERROR collecting numcodecs/tests/test_astype.py ________________ /usr/lib64/python3.8/importlib/__init__.py:127: in import_module return _bootstrap._gcd_import(name[level:], package, level) :1014: in _gcd_import ??? :991: in _find_and_load ??? :961: in _find_and_load_unlocked ??? :219: in _call_with_frames_removed ??? :1014: in _gcd_import ??? :991: in _find_and_load ??? :961: in _find_and_load_unlocked ??? :219: in _call_with_frames_removed ??? :1014: in _gcd_import ??? :991: in _find_and_load ??? :975: in _find_and_load_unlocked ??? :671: in _load_unlocked ??? :843: in exec_module ??? :219: in _call_with_frames_removed ??? numcodecs/__init__.py:91: in from numcodecs.shuffle import Shuffle numcodecs/shuffle.py:4: in from ._shuffle import _doShuffle, _doUnshuffle E ModuleNotFoundError: No module named 'numcodecs._shuffle' _______________ ERROR collecting numcodecs/tests/test_astype.py ________________ ImportError while importing test module '/home/tkloczko/rpmbuild/BUILD/numcodecs-0.12.1/numcodecs/tests/test_astype.py'. Hint: make sure your test modules/packages have valid Python names. Traceback: /usr/lib64/python3.8/importlib/__init__.py:127: in import_module return _bootstrap._gcd_import(name[level:], package, level) numcodecs/__init__.py:91: in from numcodecs.shuffle import Shuffle numcodecs/shuffle.py:4: in from ._shuffle import _doShuffle, _doUnshuffle E ModuleNotFoundError: No module named 'numcodecs._shuffle' _______________ ERROR collecting numcodecs/tests/test_base64.py ________________ /usr/lib64/python3.8/importlib/__init__.py:127: in import_module return _bootstrap._gcd_import(name[level:], package, level) :1014: in _gcd_import ??? :991: in _find_and_load ??? :961: in _find_and_load_unlocked ??? :219: in _call_with_frames_removed ??? :1014: in _gcd_import ??? :991: in _find_and_load ??? :961: in _find_and_load_unlocked ??? :219: in _call_with_frames_removed ??? :1014: in _gcd_import ??? :991: in _find_and_load ??? :975: in _find_and_load_unlocked ??? :671: in _load_unlocked ??? :843: in exec_module ??? :219: in _call_with_frames_removed ??? numcodecs/__init__.py:91: in from numcodecs.shuffle import Shuffle numcodecs/shuffle.py:4: in from ._shuffle import _doShuffle, _doUnshuffle E ModuleNotFoundError: No module named 'numcodecs._shuffle' _______________ ERROR collecting numcodecs/tests/test_base64.py ________________ ImportError while importing test module '/home/tkloczko/rpmbuild/BUILD/numcodecs-0.12.1/numcodecs/tests/test_base64.py'. Hint: make sure your test modules/packages have valid Python names. Traceback: /usr/lib64/python3.8/importlib/__init__.py:127: in import_module return _bootstrap._gcd_import(name[level:], package, level) numcodecs/__init__.py:91: in from numcodecs.shuffle import Shuffle numcodecs/shuffle.py:4: in from ._shuffle import _doShuffle, _doUnshuffle E ModuleNotFoundError: No module named 'numcodecs._shuffle' ______________ ERROR collecting numcodecs/tests/test_bitround.py _______________ /usr/lib64/python3.8/importlib/__init__.py:127: in import_module return _bootstrap._gcd_import(name[level:], package, level) :1014: in _gcd_import ??? :991: in _find_and_load ??? :961: in _find_and_load_unlocked ??? :219: in _call_with_frames_removed ??? :1014: in _gcd_import ??? :991: in _find_and_load ??? :961: in _find_and_load_unlocked ??? :219: in _call_with_frames_removed ??? :1014: in _gcd_import ??? :991: in _find_and_load ??? :975: in _find_and_load_unlocked ??? :671: in _load_unlocked ??? :843: in exec_module ??? :219: in _call_with_frames_removed ??? numcodecs/__init__.py:91: in from numcodecs.shuffle import Shuffle numcodecs/shuffle.py:4: in from ._shuffle import _doShuffle, _doUnshuffle E ModuleNotFoundError: No module named 'numcodecs._shuffle' ______________ ERROR collecting numcodecs/tests/test_bitround.py _______________ ImportError while importing test module '/home/tkloczko/rpmbuild/BUILD/numcodecs-0.12.1/numcodecs/tests/test_bitround.py'. Hint: make sure your test modules/packages have valid Python names. Traceback: /usr/lib64/python3.8/importlib/__init__.py:127: in import_module return _bootstrap._gcd_import(name[level:], package, level) numcodecs/__init__.py:91: in from numcodecs.shuffle import Shuffle numcodecs/shuffle.py:4: in from ._shuffle import _doShuffle, _doUnshuffle E ModuleNotFoundError: No module named 'numcodecs._shuffle' ________________ ERROR collecting numcodecs/tests/test_blosc.py ________________ /usr/lib64/python3.8/importlib/__init__.py:127: in import_module return _bootstrap._gcd_import(name[level:], package, level) :1014: in _gcd_import ??? :991: in _find_and_load ??? :961: in _find_and_load_unlocked ??? :219: in _call_with_frames_removed ??? :1014: in _gcd_import ??? :991: in _find_and_load ??? :961: in _find_and_load_unlocked ??? :219: in _call_with_frames_removed ??? :1014: in _gcd_import ??? :991: in _find_and_load ??? :975: in _find_and_load_unlocked ??? :671: in _load_unlocked ??? :843: in exec_module ??? :219: in _call_with_frames_removed ??? numcodecs/__init__.py:91: in from numcodecs.shuffle import Shuffle numcodecs/shuffle.py:4: in from ._shuffle import _doShuffle, _doUnshuffle E ModuleNotFoundError: No module named 'numcodecs._shuffle' ________________ ERROR collecting numcodecs/tests/test_blosc.py ________________ ImportError while importing test module '/home/tkloczko/rpmbuild/BUILD/numcodecs-0.12.1/numcodecs/tests/test_blosc.py'. Hint: make sure your test modules/packages have valid Python names. Traceback: /usr/lib64/python3.8/importlib/__init__.py:127: in import_module return _bootstrap._gcd_import(name[level:], package, level) numcodecs/__init__.py:91: in from numcodecs.shuffle import Shuffle numcodecs/shuffle.py:4: in from ._shuffle import _doShuffle, _doUnshuffle E ModuleNotFoundError: No module named 'numcodecs._shuffle' _________________ ERROR collecting numcodecs/tests/test_bz2.py _________________ /usr/lib64/python3.8/importlib/__init__.py:127: in import_module return _bootstrap._gcd_import(name[level:], package, level) :1014: in _gcd_import ??? :991: in _find_and_load ??? :961: in _find_and_load_unlocked ??? :219: in _call_with_frames_removed ??? :1014: in _gcd_import ??? :991: in _find_and_load ??? :961: in _find_and_load_unlocked ??? :219: in _call_with_frames_removed ??? :1014: in _gcd_import ??? :991: in _find_and_load ??? :975: in _find_and_load_unlocked ??? :671: in _load_unlocked ??? :843: in exec_module ??? :219: in _call_with_frames_removed ??? numcodecs/__init__.py:91: in from numcodecs.shuffle import Shuffle numcodecs/shuffle.py:4: in from ._shuffle import _doShuffle, _doUnshuffle E ModuleNotFoundError: No module named 'numcodecs._shuffle' _________________ ERROR collecting numcodecs/tests/test_bz2.py _________________ ImportError while importing test module '/home/tkloczko/rpmbuild/BUILD/numcodecs-0.12.1/numcodecs/tests/test_bz2.py'. Hint: make sure your test modules/packages have valid Python names. Traceback: /usr/lib64/python3.8/importlib/__init__.py:127: in import_module return _bootstrap._gcd_import(name[level:], package, level) numcodecs/__init__.py:91: in from numcodecs.shuffle import Shuffle numcodecs/shuffle.py:4: in from ._shuffle import _doShuffle, _doUnshuffle E ModuleNotFoundError: No module named 'numcodecs._shuffle' _____________ ERROR collecting numcodecs/tests/test_categorize.py ______________ /usr/lib64/python3.8/importlib/__init__.py:127: in import_module return _bootstrap._gcd_import(name[level:], package, level) :1014: in _gcd_import ??? :991: in _find_and_load ??? :961: in _find_and_load_unlocked ??? :219: in _call_with_frames_removed ??? :1014: in _gcd_import ??? :991: in _find_and_load ??? :961: in _find_and_load_unlocked ??? :219: in _call_with_frames_removed ??? :1014: in _gcd_import ??? :991: in _find_and_load ??? :975: in _find_and_load_unlocked ??? :671: in _load_unlocked ??? :843: in exec_module ??? :219: in _call_with_frames_removed ??? numcodecs/__init__.py:91: in from numcodecs.shuffle import Shuffle numcodecs/shuffle.py:4: in from ._shuffle import _doShuffle, _doUnshuffle E ModuleNotFoundError: No module named 'numcodecs._shuffle' _____________ ERROR collecting numcodecs/tests/test_categorize.py ______________ ImportError while importing test module '/home/tkloczko/rpmbuild/BUILD/numcodecs-0.12.1/numcodecs/tests/test_categorize.py'. Hint: make sure your test modules/packages have valid Python names. Traceback: /usr/lib64/python3.8/importlib/__init__.py:127: in import_module return _bootstrap._gcd_import(name[level:], package, level) numcodecs/__init__.py:91: in from numcodecs.shuffle import Shuffle numcodecs/shuffle.py:4: in from ._shuffle import _doShuffle, _doUnshuffle E ModuleNotFoundError: No module named 'numcodecs._shuffle' _____________ ERROR collecting numcodecs/tests/test_checksum32.py ______________ /usr/lib64/python3.8/importlib/__init__.py:127: in import_module return _bootstrap._gcd_import(name[level:], package, level) :1014: in _gcd_import ??? :991: in _find_and_load ??? :961: in _find_and_load_unlocked ??? :219: in _call_with_frames_removed ??? :1014: in _gcd_import ??? :991: in _find_and_load ??? :961: in _find_and_load_unlocked ??? :219: in _call_with_frames_removed ??? :1014: in _gcd_import ??? :991: in _find_and_load ??? :975: in _find_and_load_unlocked ??? :671: in _load_unlocked ??? :843: in exec_module ??? :219: in _call_with_frames_removed ??? numcodecs/__init__.py:91: in from numcodecs.shuffle import Shuffle numcodecs/shuffle.py:4: in from ._shuffle import _doShuffle, _doUnshuffle E ModuleNotFoundError: No module named 'numcodecs._shuffle' _____________ ERROR collecting numcodecs/tests/test_checksum32.py ______________ ImportError while importing test module '/home/tkloczko/rpmbuild/BUILD/numcodecs-0.12.1/numcodecs/tests/test_checksum32.py'. Hint: make sure your test modules/packages have valid Python names. Traceback: /usr/lib64/python3.8/importlib/__init__.py:127: in import_module return _bootstrap._gcd_import(name[level:], package, level) numcodecs/__init__.py:91: in from numcodecs.shuffle import Shuffle numcodecs/shuffle.py:4: in from ._shuffle import _doShuffle, _doUnshuffle E ModuleNotFoundError: No module named 'numcodecs._shuffle' _______________ ERROR collecting numcodecs/tests/test_compat.py ________________ /usr/lib64/python3.8/importlib/__init__.py:127: in import_module return _bootstrap._gcd_import(name[level:], package, level) :1014: in _gcd_import ??? :991: in _find_and_load ??? :961: in _find_and_load_unlocked ??? :219: in _call_with_frames_removed ??? :1014: in _gcd_import ??? :991: in _find_and_load ??? :961: in _find_and_load_unlocked ??? :219: in _call_with_frames_removed ??? :1014: in _gcd_import ??? :991: in _find_and_load ??? :975: in _find_and_load_unlocked ??? :671: in _load_unlocked ??? :843: in exec_module ??? :219: in _call_with_frames_removed ??? numcodecs/__init__.py:91: in from numcodecs.shuffle import Shuffle numcodecs/shuffle.py:4: in from ._shuffle import _doShuffle, _doUnshuffle E ModuleNotFoundError: No module named 'numcodecs._shuffle' _______________ ERROR collecting numcodecs/tests/test_compat.py ________________ ImportError while importing test module '/home/tkloczko/rpmbuild/BUILD/numcodecs-0.12.1/numcodecs/tests/test_compat.py'. Hint: make sure your test modules/packages have valid Python names. Traceback: /usr/lib64/python3.8/importlib/__init__.py:127: in import_module return _bootstrap._gcd_import(name[level:], package, level) numcodecs/__init__.py:91: in from numcodecs.shuffle import Shuffle numcodecs/shuffle.py:4: in from ._shuffle import _doShuffle, _doUnshuffle E ModuleNotFoundError: No module named 'numcodecs._shuffle' ________________ ERROR collecting numcodecs/tests/test_delta.py ________________ /usr/lib64/python3.8/importlib/__init__.py:127: in import_module return _bootstrap._gcd_import(name[level:], package, level) :1014: in _gcd_import ??? :991: in _find_and_load ??? :961: in _find_and_load_unlocked ??? :219: in _call_with_frames_removed ??? :1014: in _gcd_import ??? :991: in _find_and_load ??? :961: in _find_and_load_unlocked ??? :219: in _call_with_frames_removed ??? :1014: in _gcd_import ??? :991: in _find_and_load ??? :975: in _find_and_load_unlocked ??? :671: in _load_unlocked ??? :843: in exec_module ??? :219: in _call_with_frames_removed ??? numcodecs/__init__.py:91: in from numcodecs.shuffle import Shuffle numcodecs/shuffle.py:4: in from ._shuffle import _doShuffle, _doUnshuffle E ModuleNotFoundError: No module named 'numcodecs._shuffle' ________________ ERROR collecting numcodecs/tests/test_delta.py ________________ ImportError while importing test module '/home/tkloczko/rpmbuild/BUILD/numcodecs-0.12.1/numcodecs/tests/test_delta.py'. Hint: make sure your test modules/packages have valid Python names. Traceback: /usr/lib64/python3.8/importlib/__init__.py:127: in import_module return _bootstrap._gcd_import(name[level:], package, level) numcodecs/__init__.py:91: in from numcodecs.shuffle import Shuffle numcodecs/shuffle.py:4: in from ._shuffle import _doShuffle, _doUnshuffle E ModuleNotFoundError: No module named 'numcodecs._shuffle' _____________ ERROR collecting numcodecs/tests/test_entrypoints.py _____________ /usr/lib64/python3.8/importlib/__init__.py:127: in import_module return _bootstrap._gcd_import(name[level:], package, level) :1014: in _gcd_import ??? :991: in _find_and_load ??? :961: in _find_and_load_unlocked ??? :219: in _call_with_frames_removed ??? :1014: in _gcd_import ??? :991: in _find_and_load ??? :961: in _find_and_load_unlocked ??? :219: in _call_with_frames_removed ??? :1014: in _gcd_import ??? :991: in _find_and_load ??? :975: in _find_and_load_unlocked ??? :671: in _load_unlocked ??? :843: in exec_module ??? :219: in _call_with_frames_removed ??? numcodecs/__init__.py:91: in from numcodecs.shuffle import Shuffle numcodecs/shuffle.py:4: in from ._shuffle import _doShuffle, _doUnshuffle E ModuleNotFoundError: No module named 'numcodecs._shuffle' _____________ ERROR collecting numcodecs/tests/test_entrypoints.py _____________ ImportError while importing test module '/home/tkloczko/rpmbuild/BUILD/numcodecs-0.12.1/numcodecs/tests/test_entrypoints.py'. Hint: make sure your test modules/packages have valid Python names. Traceback: /usr/lib64/python3.8/importlib/__init__.py:127: in import_module return _bootstrap._gcd_import(name[level:], package, level) numcodecs/__init__.py:91: in from numcodecs.shuffle import Shuffle numcodecs/shuffle.py:4: in from ._shuffle import _doShuffle, _doUnshuffle E ModuleNotFoundError: No module named 'numcodecs._shuffle' ________ ERROR collecting numcodecs/tests/test_entrypoints_backport.py _________ /usr/lib64/python3.8/importlib/__init__.py:127: in import_module return _bootstrap._gcd_import(name[level:], package, level) :1014: in _gcd_import ??? :991: in _find_and_load ??? :961: in _find_and_load_unlocked ??? :219: in _call_with_frames_removed ??? :1014: in _gcd_import ??? :991: in _find_and_load ??? :961: in _find_and_load_unlocked ??? :219: in _call_with_frames_removed ??? :1014: in _gcd_import ??? :991: in _find_and_load ??? :975: in _find_and_load_unlocked ??? :671: in _load_unlocked ??? :843: in exec_module ??? :219: in _call_with_frames_removed ??? numcodecs/__init__.py:91: in from numcodecs.shuffle import Shuffle numcodecs/shuffle.py:4: in from ._shuffle import _doShuffle, _doUnshuffle E ModuleNotFoundError: No module named 'numcodecs._shuffle' ________ ERROR collecting numcodecs/tests/test_entrypoints_backport.py _________ ImportError while importing test module '/home/tkloczko/rpmbuild/BUILD/numcodecs-0.12.1/numcodecs/tests/test_entrypoints_backport.py'. Hint: make sure your test modules/packages have valid Python names. Traceback: /usr/lib64/python3.8/importlib/__init__.py:127: in import_module return _bootstrap._gcd_import(name[level:], package, level) numcodecs/__init__.py:91: in from numcodecs.shuffle import Shuffle numcodecs/shuffle.py:4: in from ._shuffle import _doShuffle, _doUnshuffle E ModuleNotFoundError: No module named 'numcodecs._shuffle' __________ ERROR collecting numcodecs/tests/test_fixedscaleoffset.py ___________ /usr/lib64/python3.8/importlib/__init__.py:127: in import_module return _bootstrap._gcd_import(name[level:], package, level) :1014: in _gcd_import ??? :991: in _find_and_load ??? :961: in _find_and_load_unlocked ??? :219: in _call_with_frames_removed ??? :1014: in _gcd_import ??? :991: in _find_and_load ??? :961: in _find_and_load_unlocked ??? :219: in _call_with_frames_removed ??? :1014: in _gcd_import ??? :991: in _find_and_load ??? :975: in _find_and_load_unlocked ??? :671: in _load_unlocked ??? :843: in exec_module ??? :219: in _call_with_frames_removed ??? numcodecs/__init__.py:91: in from numcodecs.shuffle import Shuffle numcodecs/shuffle.py:4: in from ._shuffle import _doShuffle, _doUnshuffle E ModuleNotFoundError: No module named 'numcodecs._shuffle' __________ ERROR collecting numcodecs/tests/test_fixedscaleoffset.py ___________ ImportError while importing test module '/home/tkloczko/rpmbuild/BUILD/numcodecs-0.12.1/numcodecs/tests/test_fixedscaleoffset.py'. Hint: make sure your test modules/packages have valid Python names. Traceback: /usr/lib64/python3.8/importlib/__init__.py:127: in import_module return _bootstrap._gcd_import(name[level:], package, level) numcodecs/__init__.py:91: in from numcodecs.shuffle import Shuffle numcodecs/shuffle.py:4: in from ._shuffle import _doShuffle, _doUnshuffle E ModuleNotFoundError: No module named 'numcodecs._shuffle' _____________ ERROR collecting numcodecs/tests/test_fletcher32.py ______________ /usr/lib64/python3.8/importlib/__init__.py:127: in import_module return _bootstrap._gcd_import(name[level:], package, level) :1014: in _gcd_import ??? :991: in _find_and_load ??? :961: in _find_and_load_unlocked ??? :219: in _call_with_frames_removed ??? :1014: in _gcd_import ??? :991: in _find_and_load ??? :961: in _find_and_load_unlocked ??? :219: in _call_with_frames_removed ??? :1014: in _gcd_import ??? :991: in _find_and_load ??? :975: in _find_and_load_unlocked ??? :671: in _load_unlocked ??? :843: in exec_module ??? :219: in _call_with_frames_removed ??? numcodecs/__init__.py:91: in from numcodecs.shuffle import Shuffle numcodecs/shuffle.py:4: in from ._shuffle import _doShuffle, _doUnshuffle E ModuleNotFoundError: No module named 'numcodecs._shuffle' _____________ ERROR collecting numcodecs/tests/test_fletcher32.py ______________ ImportError while importing test module '/home/tkloczko/rpmbuild/BUILD/numcodecs-0.12.1/numcodecs/tests/test_fletcher32.py'. Hint: make sure your test modules/packages have valid Python names. Traceback: /usr/lib64/python3.8/importlib/__init__.py:127: in import_module return _bootstrap._gcd_import(name[level:], package, level) numcodecs/__init__.py:91: in from numcodecs.shuffle import Shuffle numcodecs/shuffle.py:4: in from ._shuffle import _doShuffle, _doUnshuffle E ModuleNotFoundError: No module named 'numcodecs._shuffle' ________________ ERROR collecting numcodecs/tests/test_gzip.py _________________ /usr/lib64/python3.8/importlib/__init__.py:127: in import_module return _bootstrap._gcd_import(name[level:], package, level) :1014: in _gcd_import ??? :991: in _find_and_load ??? :961: in _find_and_load_unlocked ??? :219: in _call_with_frames_removed ??? :1014: in _gcd_import ??? :991: in _find_and_load ??? :961: in _find_and_load_unlocked ??? :219: in _call_with_frames_removed ??? :1014: in _gcd_import ??? :991: in _find_and_load ??? :975: in _find_and_load_unlocked ??? :671: in _load_unlocked ??? :843: in exec_module ??? :219: in _call_with_frames_removed ??? numcodecs/__init__.py:91: in from numcodecs.shuffle import Shuffle numcodecs/shuffle.py:4: in from ._shuffle import _doShuffle, _doUnshuffle E ModuleNotFoundError: No module named 'numcodecs._shuffle' ________________ ERROR collecting numcodecs/tests/test_gzip.py _________________ ImportError while importing test module '/home/tkloczko/rpmbuild/BUILD/numcodecs-0.12.1/numcodecs/tests/test_gzip.py'. Hint: make sure your test modules/packages have valid Python names. Traceback: /usr/lib64/python3.8/importlib/__init__.py:127: in import_module return _bootstrap._gcd_import(name[level:], package, level) numcodecs/__init__.py:91: in from numcodecs.shuffle import Shuffle numcodecs/shuffle.py:4: in from ._shuffle import _doShuffle, _doUnshuffle E ModuleNotFoundError: No module named 'numcodecs._shuffle' _______________ ERROR collecting numcodecs/tests/test_jenkins.py _______________ /usr/lib64/python3.8/importlib/__init__.py:127: in import_module return _bootstrap._gcd_import(name[level:], package, level) :1014: in _gcd_import ??? :991: in _find_and_load ??? :961: in _find_and_load_unlocked ??? :219: in _call_with_frames_removed ??? :1014: in _gcd_import ??? :991: in _find_and_load ??? :961: in _find_and_load_unlocked ??? :219: in _call_with_frames_removed ??? :1014: in _gcd_import ??? :991: in _find_and_load ??? :975: in _find_and_load_unlocked ??? :671: in _load_unlocked ??? :843: in exec_module ??? :219: in _call_with_frames_removed ??? numcodecs/__init__.py:91: in from numcodecs.shuffle import Shuffle numcodecs/shuffle.py:4: in from ._shuffle import _doShuffle, _doUnshuffle E ModuleNotFoundError: No module named 'numcodecs._shuffle' _______________ ERROR collecting numcodecs/tests/test_jenkins.py _______________ ImportError while importing test module '/home/tkloczko/rpmbuild/BUILD/numcodecs-0.12.1/numcodecs/tests/test_jenkins.py'. Hint: make sure your test modules/packages have valid Python names. Traceback: /usr/lib64/python3.8/importlib/__init__.py:127: in import_module return _bootstrap._gcd_import(name[level:], package, level) numcodecs/__init__.py:91: in from numcodecs.shuffle import Shuffle numcodecs/shuffle.py:4: in from ._shuffle import _doShuffle, _doUnshuffle E ModuleNotFoundError: No module named 'numcodecs._shuffle' ________________ ERROR collecting numcodecs/tests/test_json.py _________________ /usr/lib64/python3.8/importlib/__init__.py:127: in import_module return _bootstrap._gcd_import(name[level:], package, level) :1014: in _gcd_import ??? :991: in _find_and_load ??? :961: in _find_and_load_unlocked ??? :219: in _call_with_frames_removed ??? :1014: in _gcd_import ??? :991: in _find_and_load ??? :961: in _find_and_load_unlocked ??? :219: in _call_with_frames_removed ??? :1014: in _gcd_import ??? :991: in _find_and_load ??? :975: in _find_and_load_unlocked ??? :671: in _load_unlocked ??? :843: in exec_module ??? :219: in _call_with_frames_removed ??? numcodecs/__init__.py:91: in from numcodecs.shuffle import Shuffle numcodecs/shuffle.py:4: in from ._shuffle import _doShuffle, _doUnshuffle E ModuleNotFoundError: No module named 'numcodecs._shuffle' ________________ ERROR collecting numcodecs/tests/test_json.py _________________ ImportError while importing test module '/home/tkloczko/rpmbuild/BUILD/numcodecs-0.12.1/numcodecs/tests/test_json.py'. Hint: make sure your test modules/packages have valid Python names. Traceback: /usr/lib64/python3.8/importlib/__init__.py:127: in import_module return _bootstrap._gcd_import(name[level:], package, level) numcodecs/__init__.py:91: in from numcodecs.shuffle import Shuffle numcodecs/shuffle.py:4: in from ._shuffle import _doShuffle, _doUnshuffle E ModuleNotFoundError: No module named 'numcodecs._shuffle' _________________ ERROR collecting numcodecs/tests/test_lz4.py _________________ /usr/lib64/python3.8/importlib/__init__.py:127: in import_module return _bootstrap._gcd_import(name[level:], package, level) :1014: in _gcd_import ??? :991: in _find_and_load ??? :961: in _find_and_load_unlocked ??? :219: in _call_with_frames_removed ??? :1014: in _gcd_import ??? :991: in _find_and_load ??? :961: in _find_and_load_unlocked ??? :219: in _call_with_frames_removed ??? :1014: in _gcd_import ??? :991: in _find_and_load ??? :975: in _find_and_load_unlocked ??? :671: in _load_unlocked ??? :843: in exec_module ??? :219: in _call_with_frames_removed ??? numcodecs/__init__.py:91: in from numcodecs.shuffle import Shuffle numcodecs/shuffle.py:4: in from ._shuffle import _doShuffle, _doUnshuffle E ModuleNotFoundError: No module named 'numcodecs._shuffle' _________________ ERROR collecting numcodecs/tests/test_lz4.py _________________ ImportError while importing test module '/home/tkloczko/rpmbuild/BUILD/numcodecs-0.12.1/numcodecs/tests/test_lz4.py'. Hint: make sure your test modules/packages have valid Python names. Traceback: /usr/lib64/python3.8/importlib/__init__.py:127: in import_module return _bootstrap._gcd_import(name[level:], package, level) numcodecs/__init__.py:91: in from numcodecs.shuffle import Shuffle numcodecs/shuffle.py:4: in from ._shuffle import _doShuffle, _doUnshuffle E ModuleNotFoundError: No module named 'numcodecs._shuffle' ________________ ERROR collecting numcodecs/tests/test_lzma.py _________________ /usr/lib64/python3.8/importlib/__init__.py:127: in import_module return _bootstrap._gcd_import(name[level:], package, level) :1014: in _gcd_import ??? :991: in _find_and_load ??? :961: in _find_and_load_unlocked ??? :219: in _call_with_frames_removed ??? :1014: in _gcd_import ??? :991: in _find_and_load ??? :961: in _find_and_load_unlocked ??? :219: in _call_with_frames_removed ??? :1014: in _gcd_import ??? :991: in _find_and_load ??? :975: in _find_and_load_unlocked ??? :671: in _load_unlocked ??? :843: in exec_module ??? :219: in _call_with_frames_removed ??? numcodecs/__init__.py:91: in from numcodecs.shuffle import Shuffle numcodecs/shuffle.py:4: in from ._shuffle import _doShuffle, _doUnshuffle E ModuleNotFoundError: No module named 'numcodecs._shuffle' ________________ ERROR collecting numcodecs/tests/test_lzma.py _________________ ImportError while importing test module '/home/tkloczko/rpmbuild/BUILD/numcodecs-0.12.1/numcodecs/tests/test_lzma.py'. Hint: make sure your test modules/packages have valid Python names. Traceback: /usr/lib64/python3.8/importlib/__init__.py:127: in import_module return _bootstrap._gcd_import(name[level:], package, level) numcodecs/__init__.py:91: in from numcodecs.shuffle import Shuffle numcodecs/shuffle.py:4: in from ._shuffle import _doShuffle, _doUnshuffle E ModuleNotFoundError: No module named 'numcodecs._shuffle' ______________ ERROR collecting numcodecs/tests/test_msgpacks.py _______________ /usr/lib64/python3.8/importlib/__init__.py:127: in import_module return _bootstrap._gcd_import(name[level:], package, level) :1014: in _gcd_import ??? :991: in _find_and_load ??? :961: in _find_and_load_unlocked ??? :219: in _call_with_frames_removed ??? :1014: in _gcd_import ??? :991: in _find_and_load ??? :961: in _find_and_load_unlocked ??? :219: in _call_with_frames_removed ??? :1014: in _gcd_import ??? :991: in _find_and_load ??? :975: in _find_and_load_unlocked ??? :671: in _load_unlocked ??? :843: in exec_module ??? :219: in _call_with_frames_removed ??? numcodecs/__init__.py:91: in from numcodecs.shuffle import Shuffle numcodecs/shuffle.py:4: in from ._shuffle import _doShuffle, _doUnshuffle E ModuleNotFoundError: No module named 'numcodecs._shuffle' ______________ ERROR collecting numcodecs/tests/test_msgpacks.py _______________ ImportError while importing test module '/home/tkloczko/rpmbuild/BUILD/numcodecs-0.12.1/numcodecs/tests/test_msgpacks.py'. Hint: make sure your test modules/packages have valid Python names. Traceback: /usr/lib64/python3.8/importlib/__init__.py:127: in import_module return _bootstrap._gcd_import(name[level:], package, level) numcodecs/__init__.py:91: in from numcodecs.shuffle import Shuffle numcodecs/shuffle.py:4: in from ._shuffle import _doShuffle, _doUnshuffle E ModuleNotFoundError: No module named 'numcodecs._shuffle' ____________ ERROR collecting numcodecs/tests/test_ndarray_like.py _____________ /usr/lib64/python3.8/importlib/__init__.py:127: in import_module return _bootstrap._gcd_import(name[level:], package, level) :1014: in _gcd_import ??? :991: in _find_and_load ??? :961: in _find_and_load_unlocked ??? :219: in _call_with_frames_removed ??? :1014: in _gcd_import ??? :991: in _find_and_load ??? :961: in _find_and_load_unlocked ??? :219: in _call_with_frames_removed ??? :1014: in _gcd_import ??? :991: in _find_and_load ??? :975: in _find_and_load_unlocked ??? :671: in _load_unlocked ??? :843: in exec_module ??? :219: in _call_with_frames_removed ??? numcodecs/__init__.py:91: in from numcodecs.shuffle import Shuffle numcodecs/shuffle.py:4: in from ._shuffle import _doShuffle, _doUnshuffle E ModuleNotFoundError: No module named 'numcodecs._shuffle' ____________ ERROR collecting numcodecs/tests/test_ndarray_like.py _____________ ImportError while importing test module '/home/tkloczko/rpmbuild/BUILD/numcodecs-0.12.1/numcodecs/tests/test_ndarray_like.py'. Hint: make sure your test modules/packages have valid Python names. Traceback: /usr/lib64/python3.8/importlib/__init__.py:127: in import_module return _bootstrap._gcd_import(name[level:], package, level) numcodecs/__init__.py:91: in from numcodecs.shuffle import Shuffle numcodecs/shuffle.py:4: in from ._shuffle import _doShuffle, _doUnshuffle E ModuleNotFoundError: No module named 'numcodecs._shuffle' ______________ ERROR collecting numcodecs/tests/test_packbits.py _______________ /usr/lib64/python3.8/importlib/__init__.py:127: in import_module return _bootstrap._gcd_import(name[level:], package, level) :1014: in _gcd_import ??? :991: in _find_and_load ??? :961: in _find_and_load_unlocked ??? :219: in _call_with_frames_removed ??? :1014: in _gcd_import ??? :991: in _find_and_load ??? :961: in _find_and_load_unlocked ??? :219: in _call_with_frames_removed ??? :1014: in _gcd_import ??? :991: in _find_and_load ??? :975: in _find_and_load_unlocked ??? :671: in _load_unlocked ??? :843: in exec_module ??? :219: in _call_with_frames_removed ??? numcodecs/__init__.py:91: in from numcodecs.shuffle import Shuffle numcodecs/shuffle.py:4: in from ._shuffle import _doShuffle, _doUnshuffle E ModuleNotFoundError: No module named 'numcodecs._shuffle' ______________ ERROR collecting numcodecs/tests/test_packbits.py _______________ ImportError while importing test module '/home/tkloczko/rpmbuild/BUILD/numcodecs-0.12.1/numcodecs/tests/test_packbits.py'. Hint: make sure your test modules/packages have valid Python names. Traceback: /usr/lib64/python3.8/importlib/__init__.py:127: in import_module return _bootstrap._gcd_import(name[level:], package, level) numcodecs/__init__.py:91: in from numcodecs.shuffle import Shuffle numcodecs/shuffle.py:4: in from ._shuffle import _doShuffle, _doUnshuffle E ModuleNotFoundError: No module named 'numcodecs._shuffle' _______________ ERROR collecting numcodecs/tests/test_pickles.py _______________ /usr/lib64/python3.8/importlib/__init__.py:127: in import_module return _bootstrap._gcd_import(name[level:], package, level) :1014: in _gcd_import ??? :991: in _find_and_load ??? :961: in _find_and_load_unlocked ??? :219: in _call_with_frames_removed ??? :1014: in _gcd_import ??? :991: in _find_and_load ??? :961: in _find_and_load_unlocked ??? :219: in _call_with_frames_removed ??? :1014: in _gcd_import ??? :991: in _find_and_load ??? :975: in _find_and_load_unlocked ??? :671: in _load_unlocked ??? :843: in exec_module ??? :219: in _call_with_frames_removed ??? numcodecs/__init__.py:91: in from numcodecs.shuffle import Shuffle numcodecs/shuffle.py:4: in from ._shuffle import _doShuffle, _doUnshuffle E ModuleNotFoundError: No module named 'numcodecs._shuffle' _______________ ERROR collecting numcodecs/tests/test_pickles.py _______________ ImportError while importing test module '/home/tkloczko/rpmbuild/BUILD/numcodecs-0.12.1/numcodecs/tests/test_pickles.py'. Hint: make sure your test modules/packages have valid Python names. Traceback: /usr/lib64/python3.8/importlib/__init__.py:127: in import_module return _bootstrap._gcd_import(name[level:], package, level) numcodecs/__init__.py:91: in from numcodecs.shuffle import Shuffle numcodecs/shuffle.py:4: in from ._shuffle import _doShuffle, _doUnshuffle E ModuleNotFoundError: No module named 'numcodecs._shuffle' ______________ ERROR collecting numcodecs/tests/test_quantize.py _______________ /usr/lib64/python3.8/importlib/__init__.py:127: in import_module return _bootstrap._gcd_import(name[level:], package, level) :1014: in _gcd_import ??? :991: in _find_and_load ??? :961: in _find_and_load_unlocked ??? :219: in _call_with_frames_removed ??? :1014: in _gcd_import ??? :991: in _find_and_load ??? :961: in _find_and_load_unlocked ??? :219: in _call_with_frames_removed ??? :1014: in _gcd_import ??? :991: in _find_and_load ??? :975: in _find_and_load_unlocked ??? :671: in _load_unlocked ??? :843: in exec_module ??? :219: in _call_with_frames_removed ??? numcodecs/__init__.py:91: in from numcodecs.shuffle import Shuffle numcodecs/shuffle.py:4: in from ._shuffle import _doShuffle, _doUnshuffle E ModuleNotFoundError: No module named 'numcodecs._shuffle' ______________ ERROR collecting numcodecs/tests/test_quantize.py _______________ ImportError while importing test module '/home/tkloczko/rpmbuild/BUILD/numcodecs-0.12.1/numcodecs/tests/test_quantize.py'. Hint: make sure your test modules/packages have valid Python names. Traceback: /usr/lib64/python3.8/importlib/__init__.py:127: in import_module return _bootstrap._gcd_import(name[level:], package, level) numcodecs/__init__.py:91: in from numcodecs.shuffle import Shuffle numcodecs/shuffle.py:4: in from ._shuffle import _doShuffle, _doUnshuffle E ModuleNotFoundError: No module named 'numcodecs._shuffle' ______________ ERROR collecting numcodecs/tests/test_registry.py _______________ /usr/lib64/python3.8/importlib/__init__.py:127: in import_module return _bootstrap._gcd_import(name[level:], package, level) :1014: in _gcd_import ??? :991: in _find_and_load ??? :961: in _find_and_load_unlocked ??? :219: in _call_with_frames_removed ??? :1014: in _gcd_import ??? :991: in _find_and_load ??? :961: in _find_and_load_unlocked ??? :219: in _call_with_frames_removed ??? :1014: in _gcd_import ??? :991: in _find_and_load ??? :975: in _find_and_load_unlocked ??? :671: in _load_unlocked ??? :843: in exec_module ??? :219: in _call_with_frames_removed ??? numcodecs/__init__.py:91: in from numcodecs.shuffle import Shuffle numcodecs/shuffle.py:4: in from ._shuffle import _doShuffle, _doUnshuffle E ModuleNotFoundError: No module named 'numcodecs._shuffle' ______________ ERROR collecting numcodecs/tests/test_registry.py _______________ ImportError while importing test module '/home/tkloczko/rpmbuild/BUILD/numcodecs-0.12.1/numcodecs/tests/test_registry.py'. Hint: make sure your test modules/packages have valid Python names. Traceback: /usr/lib64/python3.8/importlib/__init__.py:127: in import_module return _bootstrap._gcd_import(name[level:], package, level) numcodecs/__init__.py:91: in from numcodecs.shuffle import Shuffle numcodecs/shuffle.py:4: in from ._shuffle import _doShuffle, _doUnshuffle E ModuleNotFoundError: No module named 'numcodecs._shuffle' _______________ ERROR collecting numcodecs/tests/test_shuffle.py _______________ /usr/lib64/python3.8/importlib/__init__.py:127: in import_module return _bootstrap._gcd_import(name[level:], package, level) :1014: in _gcd_import ??? :991: in _find_and_load ??? :961: in _find_and_load_unlocked ??? :219: in _call_with_frames_removed ??? :1014: in _gcd_import ??? :991: in _find_and_load ??? :961: in _find_and_load_unlocked ??? :219: in _call_with_frames_removed ??? :1014: in _gcd_import ??? :991: in _find_and_load ??? :975: in _find_and_load_unlocked ??? :671: in _load_unlocked ??? :843: in exec_module ??? :219: in _call_with_frames_removed ??? numcodecs/__init__.py:91: in from numcodecs.shuffle import Shuffle numcodecs/shuffle.py:4: in from ._shuffle import _doShuffle, _doUnshuffle E ModuleNotFoundError: No module named 'numcodecs._shuffle' _______________ ERROR collecting numcodecs/tests/test_shuffle.py _______________ ImportError while importing test module '/home/tkloczko/rpmbuild/BUILD/numcodecs-0.12.1/numcodecs/tests/test_shuffle.py'. Hint: make sure your test modules/packages have valid Python names. Traceback: /usr/lib64/python3.8/importlib/__init__.py:127: in import_module return _bootstrap._gcd_import(name[level:], package, level) numcodecs/__init__.py:91: in from numcodecs.shuffle import Shuffle numcodecs/shuffle.py:4: in from ._shuffle import _doShuffle, _doUnshuffle E ModuleNotFoundError: No module named 'numcodecs._shuffle' _____________ ERROR collecting numcodecs/tests/test_vlen_array.py ______________ /usr/lib64/python3.8/importlib/__init__.py:127: in import_module return _bootstrap._gcd_import(name[level:], package, level) :1014: in _gcd_import ??? :991: in _find_and_load ??? :961: in _find_and_load_unlocked ??? :219: in _call_with_frames_removed ??? :1014: in _gcd_import ??? :991: in _find_and_load ??? :961: in _find_and_load_unlocked ??? :219: in _call_with_frames_removed ??? :1014: in _gcd_import ??? :991: in _find_and_load ??? :975: in _find_and_load_unlocked ??? :671: in _load_unlocked ??? :843: in exec_module ??? :219: in _call_with_frames_removed ??? numcodecs/__init__.py:91: in from numcodecs.shuffle import Shuffle numcodecs/shuffle.py:4: in from ._shuffle import _doShuffle, _doUnshuffle E ModuleNotFoundError: No module named 'numcodecs._shuffle' _____________ ERROR collecting numcodecs/tests/test_vlen_array.py ______________ ImportError while importing test module '/home/tkloczko/rpmbuild/BUILD/numcodecs-0.12.1/numcodecs/tests/test_vlen_array.py'. Hint: make sure your test modules/packages have valid Python names. Traceback: /usr/lib64/python3.8/importlib/__init__.py:127: in import_module return _bootstrap._gcd_import(name[level:], package, level) numcodecs/__init__.py:91: in from numcodecs.shuffle import Shuffle numcodecs/shuffle.py:4: in from ._shuffle import _doShuffle, _doUnshuffle E ModuleNotFoundError: No module named 'numcodecs._shuffle' _____________ ERROR collecting numcodecs/tests/test_vlen_bytes.py ______________ /usr/lib64/python3.8/importlib/__init__.py:127: in import_module return _bootstrap._gcd_import(name[level:], package, level) :1014: in _gcd_import ??? :991: in _find_and_load ??? :961: in _find_and_load_unlocked ??? :219: in _call_with_frames_removed ??? :1014: in _gcd_import ??? :991: in _find_and_load ??? :961: in _find_and_load_unlocked ??? :219: in _call_with_frames_removed ??? :1014: in _gcd_import ??? :991: in _find_and_load ??? :975: in _find_and_load_unlocked ??? :671: in _load_unlocked ??? :843: in exec_module ??? :219: in _call_with_frames_removed ??? numcodecs/__init__.py:91: in from numcodecs.shuffle import Shuffle numcodecs/shuffle.py:4: in from ._shuffle import _doShuffle, _doUnshuffle E ModuleNotFoundError: No module named 'numcodecs._shuffle' _____________ ERROR collecting numcodecs/tests/test_vlen_bytes.py ______________ ImportError while importing test module '/home/tkloczko/rpmbuild/BUILD/numcodecs-0.12.1/numcodecs/tests/test_vlen_bytes.py'. Hint: make sure your test modules/packages have valid Python names. Traceback: /usr/lib64/python3.8/importlib/__init__.py:127: in import_module return _bootstrap._gcd_import(name[level:], package, level) numcodecs/__init__.py:91: in from numcodecs.shuffle import Shuffle numcodecs/shuffle.py:4: in from ._shuffle import _doShuffle, _doUnshuffle E ModuleNotFoundError: No module named 'numcodecs._shuffle' ______________ ERROR collecting numcodecs/tests/test_vlen_utf8.py ______________ /usr/lib64/python3.8/importlib/__init__.py:127: in import_module return _bootstrap._gcd_import(name[level:], package, level) :1014: in _gcd_import ??? :991: in _find_and_load ??? :961: in _find_and_load_unlocked ??? :219: in _call_with_frames_removed ??? :1014: in _gcd_import ??? :991: in _find_and_load ??? :961: in _find_and_load_unlocked ??? :219: in _call_with_frames_removed ??? :1014: in _gcd_import ??? :991: in _find_and_load ??? :975: in _find_and_load_unlocked ??? :671: in _load_unlocked ??? :843: in exec_module ??? :219: in _call_with_frames_removed ??? numcodecs/__init__.py:91: in from numcodecs.shuffle import Shuffle numcodecs/shuffle.py:4: in from ._shuffle import _doShuffle, _doUnshuffle E ModuleNotFoundError: No module named 'numcodecs._shuffle' ______________ ERROR collecting numcodecs/tests/test_vlen_utf8.py ______________ ImportError while importing test module '/home/tkloczko/rpmbuild/BUILD/numcodecs-0.12.1/numcodecs/tests/test_vlen_utf8.py'. Hint: make sure your test modules/packages have valid Python names. Traceback: /usr/lib64/python3.8/importlib/__init__.py:127: in import_module return _bootstrap._gcd_import(name[level:], package, level) numcodecs/__init__.py:91: in from numcodecs.shuffle import Shuffle numcodecs/shuffle.py:4: in from ._shuffle import _doShuffle, _doUnshuffle E ModuleNotFoundError: No module named 'numcodecs._shuffle' ________________ ERROR collecting numcodecs/tests/test_zfpy.py _________________ /usr/lib64/python3.8/importlib/__init__.py:127: in import_module return _bootstrap._gcd_import(name[level:], package, level) :1014: in _gcd_import ??? :991: in _find_and_load ??? :961: in _find_and_load_unlocked ??? :219: in _call_with_frames_removed ??? :1014: in _gcd_import ??? :991: in _find_and_load ??? :961: in _find_and_load_unlocked ??? :219: in _call_with_frames_removed ??? :1014: in _gcd_import ??? :991: in _find_and_load ??? :975: in _find_and_load_unlocked ??? :671: in _load_unlocked ??? :843: in exec_module ??? :219: in _call_with_frames_removed ??? numcodecs/__init__.py:91: in from numcodecs.shuffle import Shuffle numcodecs/shuffle.py:4: in from ._shuffle import _doShuffle, _doUnshuffle E ModuleNotFoundError: No module named 'numcodecs._shuffle' ________________ ERROR collecting numcodecs/tests/test_zfpy.py _________________ ImportError while importing test module '/home/tkloczko/rpmbuild/BUILD/numcodecs-0.12.1/numcodecs/tests/test_zfpy.py'. Hint: make sure your test modules/packages have valid Python names. Traceback: /usr/lib64/python3.8/importlib/__init__.py:127: in import_module return _bootstrap._gcd_import(name[level:], package, level) numcodecs/__init__.py:91: in from numcodecs.shuffle import Shuffle numcodecs/shuffle.py:4: in from ._shuffle import _doShuffle, _doUnshuffle E ModuleNotFoundError: No module named 'numcodecs._shuffle' ________________ ERROR collecting numcodecs/tests/test_zlib.py _________________ /usr/lib64/python3.8/importlib/__init__.py:127: in import_module return _bootstrap._gcd_import(name[level:], package, level) :1014: in _gcd_import ??? :991: in _find_and_load ??? :961: in _find_and_load_unlocked ??? :219: in _call_with_frames_removed ??? :1014: in _gcd_import ??? :991: in _find_and_load ??? :961: in _find_and_load_unlocked ??? :219: in _call_with_frames_removed ??? :1014: in _gcd_import ??? :991: in _find_and_load ??? :975: in _find_and_load_unlocked ??? :671: in _load_unlocked ??? :843: in exec_module ??? :219: in _call_with_frames_removed ??? numcodecs/__init__.py:91: in from numcodecs.shuffle import Shuffle numcodecs/shuffle.py:4: in from ._shuffle import _doShuffle, _doUnshuffle E ModuleNotFoundError: No module named 'numcodecs._shuffle' ________________ ERROR collecting numcodecs/tests/test_zlib.py _________________ ImportError while importing test module '/home/tkloczko/rpmbuild/BUILD/numcodecs-0.12.1/numcodecs/tests/test_zlib.py'. Hint: make sure your test modules/packages have valid Python names. Traceback: /usr/lib64/python3.8/importlib/__init__.py:127: in import_module return _bootstrap._gcd_import(name[level:], package, level) numcodecs/__init__.py:91: in from numcodecs.shuffle import Shuffle numcodecs/shuffle.py:4: in from ._shuffle import _doShuffle, _doUnshuffle E ModuleNotFoundError: No module named 'numcodecs._shuffle' ________________ ERROR collecting numcodecs/tests/test_zstd.py _________________ /usr/lib64/python3.8/importlib/__init__.py:127: in import_module return _bootstrap._gcd_import(name[level:], package, level) :1014: in _gcd_import ??? :991: in _find_and_load ??? :961: in _find_and_load_unlocked ??? :219: in _call_with_frames_removed ??? :1014: in _gcd_import ??? :991: in _find_and_load ??? :961: in _find_and_load_unlocked ??? :219: in _call_with_frames_removed ??? :1014: in _gcd_import ??? :991: in _find_and_load ??? :975: in _find_and_load_unlocked ??? :671: in _load_unlocked ??? :843: in exec_module ??? :219: in _call_with_frames_removed ??? numcodecs/__init__.py:91: in from numcodecs.shuffle import Shuffle numcodecs/shuffle.py:4: in from ._shuffle import _doShuffle, _doUnshuffle E ModuleNotFoundError: No module named 'numcodecs._shuffle' ________________ ERROR collecting numcodecs/tests/test_zstd.py _________________ ImportError while importing test module '/home/tkloczko/rpmbuild/BUILD/numcodecs-0.12.1/numcodecs/tests/test_zstd.py'. Hint: make sure your test modules/packages have valid Python names. Traceback: /usr/lib64/python3.8/importlib/__init__.py:127: in import_module return _bootstrap._gcd_import(name[level:], package, level) numcodecs/__init__.py:91: in from numcodecs.shuffle import Shuffle numcodecs/shuffle.py:4: in from ._shuffle import _doShuffle, _doUnshuffle E ModuleNotFoundError: No module named 'numcodecs._shuffle' =========================== short test summary info ============================ ERROR numcodecs/__init__.py - ModuleNotFoundError: No module named 'numcodecs... ERROR numcodecs/bitround.py - ModuleNotFoundError: No module named 'numcodecs... ERROR numcodecs/checksum32.py - ModuleNotFoundError: No module named 'numcode... ERROR numcodecs/json.py - ModuleNotFoundError: No module named 'numcodecs._sh... ERROR numcodecs/msgpacks.py - ModuleNotFoundError: No module named 'numcodecs... ERROR numcodecs/shuffle.py - ModuleNotFoundError: No module named 'numcodecs.... ERROR numcodecs/tests/__init__.py - ModuleNotFoundError: No module named 'num... ERROR numcodecs/tests/common.py - ModuleNotFoundError: No module named 'numco... ERROR numcodecs/tests/package_with_entrypoint/__init__.py - ModuleNotFoundErr... ERROR numcodecs/tests/test_astype.py - ModuleNotFoundError: No module named '... ERROR numcodecs/tests/test_astype.py ERROR numcodecs/tests/test_base64.py - ModuleNotFoundError: No module named '... ERROR numcodecs/tests/test_base64.py ERROR numcodecs/tests/test_bitround.py - ModuleNotFoundError: No module named... ERROR numcodecs/tests/test_bitround.py ERROR numcodecs/tests/test_blosc.py - ModuleNotFoundError: No module named 'n... ERROR numcodecs/tests/test_blosc.py ERROR numcodecs/tests/test_bz2.py - ModuleNotFoundError: No module named 'num... ERROR numcodecs/tests/test_bz2.py ERROR numcodecs/tests/test_categorize.py - ModuleNotFoundError: No module nam... ERROR numcodecs/tests/test_categorize.py ERROR numcodecs/tests/test_checksum32.py - ModuleNotFoundError: No module nam... ERROR numcodecs/tests/test_checksum32.py ERROR numcodecs/tests/test_compat.py - ModuleNotFoundError: No module named '... ERROR numcodecs/tests/test_compat.py ERROR numcodecs/tests/test_delta.py - ModuleNotFoundError: No module named 'n... ERROR numcodecs/tests/test_delta.py ERROR numcodecs/tests/test_entrypoints.py - ModuleNotFoundError: No module na... ERROR numcodecs/tests/test_entrypoints.py ERROR numcodecs/tests/test_entrypoints_backport.py - ModuleNotFoundError: No ... ERROR numcodecs/tests/test_entrypoints_backport.py ERROR numcodecs/tests/test_fixedscaleoffset.py - ModuleNotFoundError: No modu... ERROR numcodecs/tests/test_fixedscaleoffset.py ERROR numcodecs/tests/test_fletcher32.py - ModuleNotFoundError: No module nam... ERROR numcodecs/tests/test_fletcher32.py ERROR numcodecs/tests/test_gzip.py - ModuleNotFoundError: No module named 'nu... ERROR numcodecs/tests/test_gzip.py ERROR numcodecs/tests/test_jenkins.py - ModuleNotFoundError: No module named ... ERROR numcodecs/tests/test_jenkins.py ERROR numcodecs/tests/test_json.py - ModuleNotFoundError: No module named 'nu... ERROR numcodecs/tests/test_json.py ERROR numcodecs/tests/test_lz4.py - ModuleNotFoundError: No module named 'num... ERROR numcodecs/tests/test_lz4.py ERROR numcodecs/tests/test_lzma.py - ModuleNotFoundError: No module named 'nu... ERROR numcodecs/tests/test_lzma.py ERROR numcodecs/tests/test_msgpacks.py - ModuleNotFoundError: No module named... ERROR numcodecs/tests/test_msgpacks.py ERROR numcodecs/tests/test_ndarray_like.py - ModuleNotFoundError: No module n... ERROR numcodecs/tests/test_ndarray_like.py ERROR numcodecs/tests/test_packbits.py - ModuleNotFoundError: No module named... ERROR numcodecs/tests/test_packbits.py ERROR numcodecs/tests/test_pickles.py - ModuleNotFoundError: No module named ... ERROR numcodecs/tests/test_pickles.py ERROR numcodecs/tests/test_quantize.py - ModuleNotFoundError: No module named... ERROR numcodecs/tests/test_quantize.py ERROR numcodecs/tests/test_registry.py - ModuleNotFoundError: No module named... ERROR numcodecs/tests/test_registry.py ERROR numcodecs/tests/test_shuffle.py - ModuleNotFoundError: No module named ... ERROR numcodecs/tests/test_shuffle.py ERROR numcodecs/tests/test_vlen_array.py - ModuleNotFoundError: No module nam... ERROR numcodecs/tests/test_vlen_array.py ERROR numcodecs/tests/test_vlen_bytes.py - ModuleNotFoundError: No module nam... ERROR numcodecs/tests/test_vlen_bytes.py ERROR numcodecs/tests/test_vlen_utf8.py - ModuleNotFoundError: No module name... ERROR numcodecs/tests/test_vlen_utf8.py ERROR numcodecs/tests/test_zfpy.py - ModuleNotFoundError: No module named 'nu... ERROR numcodecs/tests/test_zfpy.py ERROR numcodecs/tests/test_zlib.py - ModuleNotFoundError: No module named 'nu... ERROR numcodecs/tests/test_zlib.py ERROR numcodecs/tests/test_zstd.py - ModuleNotFoundError: No module named 'nu... ERROR numcodecs/tests/test_zstd.py !!!!!!!!!!!!!!!!!!! Interrupted: 71 errors during collection !!!!!!!!!!!!!!!!!!! ============================== 71 errors in 1.09s ============================== ```
kloczek commented 7 months ago

Just found that all those units are failing because numcodecs code is using relative imports which using is always asking for troubles and it forces to have loadable DSO module in the same directory where are .py files. This blocks test as installed testing methodology. Will try to prepare PR to remove use those relative imports.