When trying to install pandoc-zotxt from pip (Python 2 or 3) I get the error:
Complete output from command python setup.py egg_info:
Traceback (most recent call last):
File "<string>", line 1, in <module>
File "/tmp/pip-build-hfqj1v_j/pandoc-zotxt/setup.py", line 10, in <module>
with open(path.join(here, '..', 'README.rst'), encoding='utf-8') as f:
File "/usr/lib/python3.5/codecs.py", line 895, in open
file = builtins.open(filename, mode, buffering)
FileNotFoundError: [Errno 2] No such file or directory: '/tmp/pip-build-hfqj1v_j/pandoc-zotxt/../README.rst'
because there is no README.srt file.
It can be correctly installed from source by having a README.srt file on the parent directory.
When trying to install
pandoc-zotxt
from pip (Python 2 or 3) I get the error:because there is no
README.srt
file.It can be correctly installed from source by having a
README.srt
file on the parent directory.