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

setup.py FileNotFoundError #3

Closed
mx-psi opened this issue Feb 10, 2018 · 2 comments
Closed

setup.py FileNotFoundError #3

mx-psi opened this issue Feb 10, 2018 · 2 comments

Comments

@mx-psi
Copy link

mx-psi commented Feb 10, 2018

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.

@pmwisse
Copy link

pmwisse commented Apr 3, 2019

I get the same error...

@egh egh closed this as completed in 5d99640 Apr 5, 2019
@egh
Copy link
Owner

egh commented Apr 5, 2019

I believe this should be fixed with https://pypi.org/project/pandoc-zotxt/5.0.3/. Sorry for the delay!

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