Bug#1055579: pytables tests fail with Python 3.12
Matthias Klose
doko at debian.org
Wed Nov 8 11:58:44 GMT 2023
Package: src:pytables
Version: 3.7.0-9
Severity: important
Tags: sid trixie
User: debian-python at lists.debian.org
Usertags: python3.12
pytables tests fail with Python 3.12 (succeeding with 3.11):
======================================================================
ERROR: None (tables.tests.test_tables.BasicWriteTestCase.None)
----------------------------------------------------------------------
Traceback (most recent call last):
File "tables/tableextension.pyx", line 1507, in
tables.tableextension.Row.__getitem__
KeyError: slice(None, None, 2)
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "tables/tableextension.pyx", line 124, in
tables.tableextension.get_nested_field_cache
KeyError: slice(None, None, 2)
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File
"/<<PKGBUILDDIR>>/.pybuild/cpython3_3.12/build/tables/tests/test_tables.py",
line 489, in test01a_extslice
result = [rec[::2] for rec in table.iterrows()
~~~^^^^^
File "tables/tableextension.pyx", line 1511, in
tables.tableextension.Row.__getitem__
File "tables/tableextension.pyx", line 131, in
tables.tableextension.get_nested_field_cache
File "tables/utilsextension.pyx", line 843, in
tables.utilsextension.get_nested_field
AttributeError: 'slice' object has no attribute 'encode'
======================================================================
ERROR: None (tables.tests.test_tables.OldRecordBasicWriteTestCase.None)
----------------------------------------------------------------------
Traceback (most recent call last):
File "tables/tableextension.pyx", line 1507, in
tables.tableextension.Row.__getitem__
KeyError: slice(None, None, 2)
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "tables/tableextension.pyx", line 124, in
tables.tableextension.get_nested_field_cache
KeyError: slice(None, None, 2)
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File
"/<<PKGBUILDDIR>>/.pybuild/cpython3_3.12/build/tables/tests/test_tables.py",
line 489, in test01a_extslice
result = [rec[::2] for rec in table.iterrows()
~~~^^^^^
File "tables/tableextension.pyx", line 1511, in
tables.tableextension.Row.__getitem__
File "tables/tableextension.pyx", line 131, in
tables.tableextension.get_nested_field_cache
File "tables/utilsextension.pyx", line 843, in
tables.utilsextension.get_nested_field
AttributeError: 'slice' object has no attribute 'encode'
======================================================================
ERROR: None (tables.tests.test_tables.DictWriteTestCase.None)
----------------------------------------------------------------------
Traceback (most recent call last):
File "tables/tableextension.pyx", line 1507, in
tables.tableextension.Row.__getitem__
KeyError: slice(None, None, 2)
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "tables/tableextension.pyx", line 124, in
tables.tableextension.get_nested_field_cache
KeyError: slice(None, None, 2)
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File
"/<<PKGBUILDDIR>>/.pybuild/cpython3_3.12/build/tables/tests/test_tables.py",
line 489, in test01a_extslice
result = [rec[::2] for rec in table.iterrows()
~~~^^^^^
File "tables/tableextension.pyx", line 1511, in
tables.tableextension.Row.__getitem__
File "tables/tableextension.pyx", line 131, in
tables.tableextension.get_nested_field_cache
File "tables/utilsextension.pyx", line 843, in
tables.utilsextension.get_nested_field
AttributeError: 'slice' object has no attribute 'encode'
======================================================================
ERROR: None (tables.tests.test_tables.NumPyDTWriteTestCase.None)
----------------------------------------------------------------------
Traceback (most recent call last):
File "tables/tableextension.pyx", line 1507, in
tables.tableextension.Row.__getitem__
KeyError: slice(None, None, 2)
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "tables/tableextension.pyx", line 124, in
tables.tableextension.get_nested_field_cache
KeyError: slice(None, None, 2)
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File
"/<<PKGBUILDDIR>>/.pybuild/cpython3_3.12/build/tables/tests/test_tables.py",
line 489, in test01a_extslice
result = [rec[::2] for rec in table.iterrows()
~~~^^^^^
File "tables/tableextension.pyx", line 1511, in
tables.tableextension.Row.__getitem__
File "tables/tableextension.pyx", line 131, in
tables.tableextension.get_nested_field_cache
File "tables/utilsextension.pyx", line 843, in
tables.utilsextension.get_nested_field
AttributeError: 'slice' object has no attribute 'encode'
======================================================================
ERROR: None (tables.tests.test_tables.RecArrayOneWriteTestCase.None)
----------------------------------------------------------------------
Traceback (most recent call last):
File "tables/tableextension.pyx", line 1507, in
tables.tableextension.Row.__getitem__
KeyError: slice(None, None, 2)
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "tables/tableextension.pyx", line 124, in
tables.tableextension.get_nested_field_cache
KeyError: slice(None, None, 2)
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File
"/<<PKGBUILDDIR>>/.pybuild/cpython3_3.12/build/tables/tests/test_tables.py",
line 489, in test01a_extslice
result = [rec[::2] for rec in table.iterrows()
~~~^^^^^
File "tables/tableextension.pyx", line 1511, in
tables.tableextension.Row.__getitem__
File "tables/tableextension.pyx", line 131, in
tables.tableextension.get_nested_field_cache
File "tables/utilsextension.pyx", line 843, in
tables.utilsextension.get_nested_field
AttributeError: 'slice' object has no attribute 'encode'
======================================================================
ERROR: None (tables.tests.test_tables.RecArrayTwoWriteTestCase.None)
----------------------------------------------------------------------
Traceback (most recent call last):
File "tables/tableextension.pyx", line 1507, in
tables.tableextension.Row.__getitem__
KeyError: slice(None, None, 2)
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "tables/tableextension.pyx", line 124, in
tables.tableextension.get_nested_field_cache
KeyError: slice(None, None, 2)
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File
"/<<PKGBUILDDIR>>/.pybuild/cpython3_3.12/build/tables/tests/test_tables.py",
line 489, in test01a_extslice
result = [rec[::2] for rec in table.iterrows()
~~~^^^^^
File "tables/tableextension.pyx", line 1511, in
tables.tableextension.Row.__getitem__
File "tables/tableextension.pyx", line 131, in
tables.tableextension.get_nested_field_cache
File "tables/utilsextension.pyx", line 843, in
tables.utilsextension.get_nested_field
AttributeError: 'slice' object has no attribute 'encode'
======================================================================
ERROR: None (tables.tests.test_tables.RecArrayThreeWriteTestCase.None)
----------------------------------------------------------------------
Traceback (most recent call last):
File "tables/tableextension.pyx", line 1507, in
tables.tableextension.Row.__getitem__
KeyError: slice(None, None, 2)
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "tables/tableextension.pyx", line 124, in
tables.tableextension.get_nested_field_cache
KeyError: slice(None, None, 2)
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File
"/<<PKGBUILDDIR>>/.pybuild/cpython3_3.12/build/tables/tests/test_tables.py",
line 489, in test01a_extslice
result = [rec[::2] for rec in table.iterrows()
~~~^^^^^
File "tables/tableextension.pyx", line 1511, in
tables.tableextension.Row.__getitem__
File "tables/tableextension.pyx", line 131, in
tables.tableextension.get_nested_field_cache
File "tables/utilsextension.pyx", line 843, in
tables.utilsextension.get_nested_field
AttributeError: 'slice' object has no attribute 'encode'
======================================================================
ERROR: None (tables.tests.test_tables.RecArrayAlignedWriteTestCase.None)
----------------------------------------------------------------------
Traceback (most recent call last):
File "tables/tableextension.pyx", line 1507, in
tables.tableextension.Row.__getitem__
KeyError: slice(None, None, 2)
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "tables/tableextension.pyx", line 124, in
tables.tableextension.get_nested_field_cache
KeyError: slice(None, None, 2)
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File
"/<<PKGBUILDDIR>>/.pybuild/cpython3_3.12/build/tables/tests/test_tables.py",
line 489, in test01a_extslice
result = [rec[::2] for rec in table.iterrows()
~~~^^^^^
File "tables/tableextension.pyx", line 1511, in
tables.tableextension.Row.__getitem__
File "tables/tableextension.pyx", line 131, in
tables.tableextension.get_nested_field_cache
File "tables/utilsextension.pyx", line 843, in
tables.utilsextension.get_nested_field
AttributeError: 'slice' object has no attribute 'encode'
======================================================================
ERROR: None (tables.tests.test_tables.CompressBloscTablesTestCase.None)
----------------------------------------------------------------------
Traceback (most recent call last):
File "tables/tableextension.pyx", line 1507, in
tables.tableextension.Row.__getitem__
KeyError: slice(None, None, 2)
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "tables/tableextension.pyx", line 124, in
tables.tableextension.get_nested_field_cache
KeyError: slice(None, None, 2)
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File
"/<<PKGBUILDDIR>>/.pybuild/cpython3_3.12/build/tables/tests/test_tables.py",
line 489, in test01a_extslice
result = [rec[::2] for rec in table.iterrows()
~~~^^^^^
File "tables/tableextension.pyx", line 1511, in
tables.tableextension.Row.__getitem__
File "tables/tableextension.pyx", line 131, in
tables.tableextension.get_nested_field_cache
File "tables/utilsextension.pyx", line 843, in
tables.utilsextension.get_nested_field
AttributeError: 'slice' object has no attribute 'encode'
======================================================================
ERROR: None
(tables.tests.test_tables.CompressBloscShuffleTablesTestCase.None)
----------------------------------------------------------------------
Traceback (most recent call last):
File "tables/tableextension.pyx", line 1507, in
tables.tableextension.Row.__getitem__
KeyError: slice(None, None, 2)
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "tables/tableextension.pyx", line 124, in
tables.tableextension.get_nested_field_cache
KeyError: slice(None, None, 2)
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File
"/<<PKGBUILDDIR>>/.pybuild/cpython3_3.12/build/tables/tests/test_tables.py",
line 489, in test01a_extslice
result = [rec[::2] for rec in table.iterrows()
~~~^^^^^
File "tables/tableextension.pyx", line 1511, in
tables.tableextension.Row.__getitem__
File "tables/tableextension.pyx", line 131, in
tables.tableextension.get_nested_field_cache
File "tables/utilsextension.pyx", line 843, in
tables.utilsextension.get_nested_field
AttributeError: 'slice' object has no attribute 'encode'
======================================================================
ERROR: None
(tables.tests.test_tables.CompressBloscBitShuffleTablesTestCase.None)
----------------------------------------------------------------------
Traceback (most recent call last):
File "tables/tableextension.pyx", line 1507, in
tables.tableextension.Row.__getitem__
KeyError: slice(None, None, 2)
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "tables/tableextension.pyx", line 124, in
tables.tableextension.get_nested_field_cache
KeyError: slice(None, None, 2)
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File
"/<<PKGBUILDDIR>>/.pybuild/cpython3_3.12/build/tables/tests/test_tables.py",
line 489, in test01a_extslice
result = [rec[::2] for rec in table.iterrows()
~~~^^^^^
File "tables/tableextension.pyx", line 1511, in
tables.tableextension.Row.__getitem__
File "tables/tableextension.pyx", line 131, in
tables.tableextension.get_nested_field_cache
File "tables/utilsextension.pyx", line 843, in
tables.utilsextension.get_nested_field
AttributeError: 'slice' object has no attribute 'encode'
======================================================================
ERROR: None
(tables.tests.test_tables.CompressBloscBloscLZTablesTestCase.None)
----------------------------------------------------------------------
Traceback (most recent call last):
File "tables/tableextension.pyx", line 1507, in
tables.tableextension.Row.__getitem__
KeyError: slice(None, None, 2)
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "tables/tableextension.pyx", line 124, in
tables.tableextension.get_nested_field_cache
KeyError: slice(None, None, 2)
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File
"/<<PKGBUILDDIR>>/.pybuild/cpython3_3.12/build/tables/tests/test_tables.py",
line 489, in test01a_extslice
result = [rec[::2] for rec in table.iterrows()
~~~^^^^^
File "tables/tableextension.pyx", line 1511, in
tables.tableextension.Row.__getitem__
File "tables/tableextension.pyx", line 131, in
tables.tableextension.get_nested_field_cache
File "tables/utilsextension.pyx", line 843, in
tables.utilsextension.get_nested_field
AttributeError: 'slice' object has no attribute 'encode'
======================================================================
ERROR: None (tables.tests.test_tables.CompressBloscLZ4TablesTestCase.None)
----------------------------------------------------------------------
Traceback (most recent call last):
File "tables/tableextension.pyx", line 1507, in
tables.tableextension.Row.__getitem__
KeyError: slice(None, None, 2)
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "tables/tableextension.pyx", line 124, in
tables.tableextension.get_nested_field_cache
KeyError: slice(None, None, 2)
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File
"/<<PKGBUILDDIR>>/.pybuild/cpython3_3.12/build/tables/tests/test_tables.py",
line 489, in test01a_extslice
result = [rec[::2] for rec in table.iterrows()
~~~^^^^^
File "tables/tableextension.pyx", line 1511, in
tables.tableextension.Row.__getitem__
File "tables/tableextension.pyx", line 131, in
tables.tableextension.get_nested_field_cache
File "tables/utilsextension.pyx", line 843, in
tables.utilsextension.get_nested_field
AttributeError: 'slice' object has no attribute 'encode'
======================================================================
ERROR: None (tables.tests.test_tables.CompressBloscLZ4HCTablesTestCase.None)
----------------------------------------------------------------------
Traceback (most recent call last):
File "tables/tableextension.pyx", line 1507, in
tables.tableextension.Row.__getitem__
KeyError: slice(None, None, 2)
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "tables/tableextension.pyx", line 124, in
tables.tableextension.get_nested_field_cache
KeyError: slice(None, None, 2)
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File
"/<<PKGBUILDDIR>>/.pybuild/cpython3_3.12/build/tables/tests/test_tables.py",
line 489, in test01a_extslice
result = [rec[::2] for rec in table.iterrows()
~~~^^^^^
File "tables/tableextension.pyx", line 1511, in
tables.tableextension.Row.__getitem__
File "tables/tableextension.pyx", line 131, in
tables.tableextension.get_nested_field_cache
File "tables/utilsextension.pyx", line 843, in
tables.utilsextension.get_nested_field
AttributeError: 'slice' object has no attribute 'encode'
======================================================================
ERROR: None
(tables.tests.test_tables.CompressBloscSnappyTablesTestCase.None)
----------------------------------------------------------------------
Traceback (most recent call last):
File "tables/tableextension.pyx", line 1507, in
tables.tableextension.Row.__getitem__
KeyError: slice(None, None, 2)
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "tables/tableextension.pyx", line 124, in
tables.tableextension.get_nested_field_cache
KeyError: slice(None, None, 2)
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File
"/<<PKGBUILDDIR>>/.pybuild/cpython3_3.12/build/tables/tests/test_tables.py",
line 489, in test01a_extslice
result = [rec[::2] for rec in table.iterrows()
~~~^^^^^
File "tables/tableextension.pyx", line 1511, in
tables.tableextension.Row.__getitem__
File "tables/tableextension.pyx", line 131, in
tables.tableextension.get_nested_field_cache
File "tables/utilsextension.pyx", line 843, in
tables.utilsextension.get_nested_field
AttributeError: 'slice' object has no attribute 'encode'
======================================================================
ERROR: None (tables.tests.test_tables.CompressBloscZlibTablesTestCase.None)
----------------------------------------------------------------------
Traceback (most recent call last):
File "tables/tableextension.pyx", line 1507, in
tables.tableextension.Row.__getitem__
KeyError: slice(None, None, 2)
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "tables/tableextension.pyx", line 124, in
tables.tableextension.get_nested_field_cache
KeyError: slice(None, None, 2)
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File
"/<<PKGBUILDDIR>>/.pybuild/cpython3_3.12/build/tables/tests/test_tables.py",
line 489, in test01a_extslice
result = [rec[::2] for rec in table.iterrows()
~~~^^^^^
File "tables/tableextension.pyx", line 1511, in
tables.tableextension.Row.__getitem__
File "tables/tableextension.pyx", line 131, in
tables.tableextension.get_nested_field_cache
File "tables/utilsextension.pyx", line 843, in
tables.utilsextension.get_nested_field
AttributeError: 'slice' object has no attribute 'encode'
======================================================================
ERROR: None (tables.tests.test_tables.CompressBloscZstdTablesTestCase.None)
----------------------------------------------------------------------
Traceback (most recent call last):
File "tables/tableextension.pyx", line 1507, in
tables.tableextension.Row.__getitem__
KeyError: slice(None, None, 2)
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "tables/tableextension.pyx", line 124, in
tables.tableextension.get_nested_field_cache
KeyError: slice(None, None, 2)
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File
"/<<PKGBUILDDIR>>/.pybuild/cpython3_3.12/build/tables/tests/test_tables.py",
line 489, in test01a_extslice
result = [rec[::2] for rec in table.iterrows()
~~~^^^^^
File "tables/tableextension.pyx", line 1511, in
tables.tableextension.Row.__getitem__
File "tables/tableextension.pyx", line 131, in
tables.tableextension.get_nested_field_cache
File "tables/utilsextension.pyx", line 843, in
tables.utilsextension.get_nested_field
AttributeError: 'slice' object has no attribute 'encode'
======================================================================
ERROR: None (tables.tests.test_tables.CompressLZOTablesTestCase.None)
----------------------------------------------------------------------
Traceback (most recent call last):
File "tables/tableextension.pyx", line 1507, in
tables.tableextension.Row.__getitem__
KeyError: slice(None, None, 2)
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "tables/tableextension.pyx", line 124, in
tables.tableextension.get_nested_field_cache
KeyError: slice(None, None, 2)
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File
"/<<PKGBUILDDIR>>/.pybuild/cpython3_3.12/build/tables/tests/test_tables.py",
line 489, in test01a_extslice
result = [rec[::2] for rec in table.iterrows()
~~~^^^^^
File "tables/tableextension.pyx", line 1511, in
tables.tableextension.Row.__getitem__
File "tables/tableextension.pyx", line 131, in
tables.tableextension.get_nested_field_cache
File "tables/utilsextension.pyx", line 843, in
tables.utilsextension.get_nested_field
AttributeError: 'slice' object has no attribute 'encode'
======================================================================
ERROR: None (tables.tests.test_tables.CompressLZOShuffleTablesTestCase.None)
----------------------------------------------------------------------
Traceback (most recent call last):
File "tables/tableextension.pyx", line 1507, in
tables.tableextension.Row.__getitem__
KeyError: slice(None, None, 2)
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "tables/tableextension.pyx", line 124, in
tables.tableextension.get_nested_field_cache
KeyError: slice(None, None, 2)
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File
"/<<PKGBUILDDIR>>/.pybuild/cpython3_3.12/build/tables/tests/test_tables.py",
line 489, in test01a_extslice
result = [rec[::2] for rec in table.iterrows()
~~~^^^^^
File "tables/tableextension.pyx", line 1511, in
tables.tableextension.Row.__getitem__
File "tables/tableextension.pyx", line 131, in
tables.tableextension.get_nested_field_cache
File "tables/utilsextension.pyx", line 843, in
tables.utilsextension.get_nested_field
AttributeError: 'slice' object has no attribute 'encode'
======================================================================
ERROR: None (tables.tests.test_tables.CompressZLIBTablesTestCase.None)
----------------------------------------------------------------------
Traceback (most recent call last):
File "tables/tableextension.pyx", line 1507, in
tables.tableextension.Row.__getitem__
KeyError: slice(None, None, 2)
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "tables/tableextension.pyx", line 124, in
tables.tableextension.get_nested_field_cache
KeyError: slice(None, None, 2)
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File
"/<<PKGBUILDDIR>>/.pybuild/cpython3_3.12/build/tables/tests/test_tables.py",
line 489, in test01a_extslice
result = [rec[::2] for rec in table.iterrows()
~~~^^^^^
File "tables/tableextension.pyx", line 1511, in
tables.tableextension.Row.__getitem__
File "tables/tableextension.pyx", line 131, in
tables.tableextension.get_nested_field_cache
File "tables/utilsextension.pyx", line 843, in
tables.utilsextension.get_nested_field
AttributeError: 'slice' object has no attribute 'encode'
======================================================================
ERROR: None
(tables.tests.test_tables.CompressZLIBShuffleTablesTestCase.None)
----------------------------------------------------------------------
Traceback (most recent call last):
File "tables/tableextension.pyx", line 1507, in
tables.tableextension.Row.__getitem__
KeyError: slice(None, None, 2)
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "tables/tableextension.pyx", line 124, in
tables.tableextension.get_nested_field_cache
KeyError: slice(None, None, 2)
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File
"/<<PKGBUILDDIR>>/.pybuild/cpython3_3.12/build/tables/tests/test_tables.py",
line 489, in test01a_extslice
result = [rec[::2] for rec in table.iterrows()
~~~^^^^^
File "tables/tableextension.pyx", line 1511, in
tables.tableextension.Row.__getitem__
File "tables/tableextension.pyx", line 131, in
tables.tableextension.get_nested_field_cache
File "tables/utilsextension.pyx", line 843, in
tables.utilsextension.get_nested_field
AttributeError: 'slice' object has no attribute 'encode'
======================================================================
ERROR: None (tables.tests.test_tables.Fletcher32TablesTestCase.None)
----------------------------------------------------------------------
Traceback (most recent call last):
File "tables/tableextension.pyx", line 1507, in
tables.tableextension.Row.__getitem__
KeyError: slice(None, None, 2)
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "tables/tableextension.pyx", line 124, in
tables.tableextension.get_nested_field_cache
KeyError: slice(None, None, 2)
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File
"/<<PKGBUILDDIR>>/.pybuild/cpython3_3.12/build/tables/tests/test_tables.py",
line 489, in test01a_extslice
result = [rec[::2] for rec in table.iterrows()
~~~^^^^^
File "tables/tableextension.pyx", line 1511, in
tables.tableextension.Row.__getitem__
File "tables/tableextension.pyx", line 131, in
tables.tableextension.get_nested_field_cache
File "tables/utilsextension.pyx", line 843, in
tables.utilsextension.get_nested_field
AttributeError: 'slice' object has no attribute 'encode'
======================================================================
ERROR: None (tables.tests.test_tables.AllFiltersTablesTestCase.None)
----------------------------------------------------------------------
Traceback (most recent call last):
File "tables/tableextension.pyx", line 1507, in
tables.tableextension.Row.__getitem__
KeyError: slice(None, None, 2)
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "tables/tableextension.pyx", line 124, in
tables.tableextension.get_nested_field_cache
KeyError: slice(None, None, 2)
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File
"/<<PKGBUILDDIR>>/.pybuild/cpython3_3.12/build/tables/tests/test_tables.py",
line 489, in test01a_extslice
result = [rec[::2] for rec in table.iterrows()
~~~^^^^^
File "tables/tableextension.pyx", line 1511, in
tables.tableextension.Row.__getitem__
File "tables/tableextension.pyx", line 131, in
tables.tableextension.get_nested_field_cache
File "tables/utilsextension.pyx", line 843, in
tables.utilsextension.get_nested_field
AttributeError: 'slice' object has no attribute 'encode'
======================================================================
ERROR: None (tables.tests.test_tables.CompressTwoTablesTestCase.None)
----------------------------------------------------------------------
Traceback (most recent call last):
File "tables/tableextension.pyx", line 1507, in
tables.tableextension.Row.__getitem__
KeyError: slice(None, None, 2)
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "tables/tableextension.pyx", line 124, in
tables.tableextension.get_nested_field_cache
KeyError: slice(None, None, 2)
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File
"/<<PKGBUILDDIR>>/.pybuild/cpython3_3.12/build/tables/tests/test_tables.py",
line 489, in test01a_extslice
result = [rec[::2] for rec in table.iterrows()
~~~^^^^^
File "tables/tableextension.pyx", line 1511, in
tables.tableextension.Row.__getitem__
File "tables/tableextension.pyx", line 131, in
tables.tableextension.get_nested_field_cache
File "tables/utilsextension.pyx", line 843, in
tables.utilsextension.get_nested_field
AttributeError: 'slice' object has no attribute 'encode'
----------------------------------------------------------------------
Ran 6375 tests in 121.679s
FAILED (errors=24, skipped=13)
E: pybuild pybuild:395: test: plugin pyproject failed with: exit code=1:
cd /<<PKGBUILDDIR>>/.pybuild/cpython3_3.12/build; cd {build_dir} && env
PYTHONPATH={build_dir} python{version} -c "import tables as tb, sys;
sys.exit(tb.test(verbose=2))"
More information about the debian-science-maintainers
mailing list