aspiers / git-deps

git commit dependency analysis tool
GNU General Public License v2.0
299 stars 47 forks source link

Pandoc deprecated a call... install errors out (pip install) #116

Open knomegnome opened 2 years ago

knomegnome commented 2 years ago

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

kirkpa commented 1 year ago

I'm getting same error.

mmz-zmm commented 1 year ago

use pip install -U pypandoc==1.7.0 to skip this error.