python-tabulate
python-tabulate copied to clipboard
FutureWarning: elementwise comparison failed
I am using tabulate 0.9.0 with Python 3.10.11 and when printing a table I receive the following warning:
/home/bartoli/miniconda3/envs/temp/lib/python3.10/site-packages/tabulate/__init__.py:108: FutureWarning: elementwise comparison failed; returning scalar instead, but in the future will perform elementwise comparison
or (len(row) >= 2 and row[1] == SEPARATING_LINE)
Does tabulate needs to be updated for compatibility with this Python version?