You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
File "/private/var/folders/xs/dvq13y9x3vs13lsrl6d56jwc0000gq/T/pip-install-wembdeqm/git-deps_b49e26e9183e4662a7c12800137945ed/.eggs/setuptools_markdown-0.4.1-py3.9.egg/setuptools_markdown.py", line 43, in long_description_markdown_filename
output = pypandoc.convert(markdown_filename, 'rst', format='md')
AttributeError: module 'pypandoc' has no attribute 'convert'
Per pandoc they deprecated that call. It is now pypandoc.convert_file or pypandoc.convert_text
The text was updated successfully, but these errors were encountered:
File "/private/var/folders/xs/dvq13y9x3vs13lsrl6d56jwc0000gq/T/pip-install-wembdeqm/git-deps_b49e26e9183e4662a7c12800137945ed/.eggs/setuptools_markdown-0.4.1-py3.9.egg/setuptools_markdown.py", line 43, in long_description_markdown_filename
output = pypandoc.convert(markdown_filename, 'rst', format='md')
AttributeError: module 'pypandoc' has no attribute 'convert'
Per pandoc they deprecated that call. It is now pypandoc.convert_file or pypandoc.convert_text
The text was updated successfully, but these errors were encountered: