Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
knomegnome opened this issue Sep 23, 2022 · 2 comments
Open

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

knomegnome opened this issue Sep 23, 2022 · 2 comments

Comments

@knomegnome
Copy link

knomegnome commented Sep 23, 2022

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
Copy link

kirkpa commented Oct 22, 2022

I'm getting same error.

@mmz-zmm
Copy link

mmz-zmm commented Sep 28, 2023

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants