aaren/notedown

fedora 32 not install

it-ces opened this issue · 0 comments

ERROR: Command errored out with exit status 1:
command: /usr/bin/python3 -c 'import sys, setuptools, tokenize; sys.argv[0] = '"'"'/tmp/pip-install-kqpl_o0m/pandoc-attributes/setup.py'"'"'; file='"'"'/tmp/pip-install-kqpl_o0m/pandoc-attributes/setup.py'"'"';f=getattr(tokenize, '"'"'open'"'"', open)(file);code=f.read().replace('"'"'\r\n'"'"', '"'"'\n'"'"');f.close();exec(compile(code, file, '"'"'exec'"'"'))' egg_info --egg-base /tmp/pip-install-kqpl_o0m/pandoc-attributes/pip-egg-info
cwd: /tmp/pip-install-kqpl_o0m/pandoc-attributes/
Complete output (9 lines):
/tmp/pip-install-kqpl_o0m/pandoc-attributes/setup.py:5: DeprecationWarning: Due to possible ambiguity, 'convert()' is deprecated. Use 'convert_file()' or 'convert_text()'.
long_description = pypandoc.convert('README.md', 'rst')
Traceback (most recent call last):
File "", line 1, in
File "/tmp/pip-install-kqpl_o0m/pandoc-attributes/setup.py", line 5, in
long_description = pypandoc.convert('README.md', 'rst')
File "/usr/lib/python3.8/site-packages/pypandoc/init.py", line 66, in convert
raise RuntimeError("Format missing, but need one (identified source as text as no "
RuntimeError: Format missing, but need one (identified source as text as no file with that name was found).
----------------------------------------
ERROR: Command errored out with exit status 1: python setup.py egg_info Check the logs for full command output.