When I attempt to run this after a fresh install, I get the following error:
~ $ pandoc -F pantable -o test simple.csv /Library/Python/2.7/site-packages/panflute/autofilter.py:163: Warning: Click detected the use of the unicode_literals __future__ import. This is heavily discouraged because it can introduce subtle bugs in your code. You should instead use explicit u"" literals for your unicode strings. For more information see https://click.palletsprojects.com/python3/
When I attempt to run this after a fresh install, I get the following error:
~ $ pandoc -F pantable -o test simple.csv /Library/Python/2.7/site-packages/panflute/autofilter.py:163: Warning: Click detected the use of the unicode_literals __future__ import. This is heavily discouraged because it can introduce subtle bugs in your code. You should instead use explicit u"" literals for your unicode strings. For more information see https://click.palletsprojects.com/python3/
Am I doing something wrong?