python-tabulate icon indicating copy to clipboard operation
python-tabulate copied to clipboard

FutureWarning: elementwise comparison failed

Open GuidoBartoli opened this issue 2 years ago • 0 comments

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?

GuidoBartoli avatar May 31 '23 09:05 GuidoBartoli