weirdAAL icon indicating copy to clipboard operation
weirdAAL copied to clipboard

dependency deprecation - must use python3.9

Open tmechen opened this issue 2 years ago • 1 comments

Traceback (most recent call last):
  File "/Users/xy/weirdAAL/weirdAAL.py", line 18, in <module>
    from tabulate import tabulate
  File "/Users/xy/weirdAAL/weirdAAL/lib/python3.10/site-packages/tabulate.py", line 7, in <module>
    from collections import namedtuple, Iterable
ImportError: cannot import name 'Iterable' from 'collections' (/usr/local/Cellar/[email protected]/3.10.8/Frameworks/Python.framework/Versions/3.10/lib/python3.10/collections/__init__.py)

The Iterable abstract class was removed from collections in Python 3.10.

tmechen avatar Oct 28 '22 08:10 tmechen