Bug 41933 - tabulate failure on python 3.10: ImportError: cannot import name 'Iterable' from 'collections'
Summary: tabulate failure on python 3.10: ImportError: cannot import name 'Iterable' f...
Status: CLOSED FIXED
Alias: None
Product: Sisyphus
Classification: Development
Component: python3-module-tabulate (show other bugs)
Version: unstable
Hardware: x86 Linux
: P5 normal
Assignee: Stanislav Levin
QA Contact: qa-sisyphus
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2022-02-12 14:30 MSK by Vitaly Chikunov
Modified: 2022-02-14 12:54 MSK (History)
1 user (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Vitaly Chikunov 2022-02-12 14:30:01 MSK
```
builder@x86_64:/.in$ python3
Python 3.10.2 (main, Feb  4 2022, 11:57:42) [GCC 11.2.1 20211202 (ALT Sisyphus 11.2.1-alt2)] on linux
Type "help", "copyright", "credits" or "license" for more information.
>>> from tabulate import tabulate
Traceback (most recent call last):
  File "<stdin>", line 1, in <module>
  File "/usr/lib/python3/site-packages/tabulate.py", line 16, in <module>
    from collections import Iterable
ImportError: cannot import name 'Iterable' from 'collections' (/usr/lib64/python3.10/collections/__init__.py)
>>>
```

https://bugzilla.redhat.com/show_bug.cgi?id=1926090#c1
Comment 1 Vitaly Chikunov 2022-02-12 14:31:57 MSK
FYI: This causes rebuild failures for git-pw: http://git.altlinux.org/beehive/logs/Sisyphus/x86_64/archive/2022/0212/error/git-pw-2.2.3-alt1
Comment 2 Repository Robot 2022-02-14 12:54:43 MSK
python3-module-tabulate-0.8.9-alt1 -> sisyphus:

 Mon Feb 14 2022 Stanislav Levin <slev@altlinux> 0.8.9-alt1
 - 0.8.7 -> 0.8.9 (closes: #41933).