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

Updated setup.py for python2 install error #31

Merged
merged 1 commit into from Nov 18, 2017

Conversation

shashfrankenstien
Copy link
Contributor

Collecting birdy
Downloading birdy-0.3.1.tar.gz
Complete output from command python setup.py egg_info:
warning: pypandoc module not found, could not convert Markdown to RST
Traceback (most recent call last):
File "", line 1, in
File "/private/tmp/pip-build-tEUbg6/birdy/setup.py", line 41, in
long_description = read_md('README.md'),
File "/private/tmp/pip-build-tEUbg6/birdy/setup.py", line 14, in read_md
return open(f, 'r', encoding='utf-8').read()
TypeError: 'encoding' is an invalid keyword argument for this function

Collecting birdy
  Downloading birdy-0.3.1.tar.gz
    Complete output from command python setup.py egg_info:
    warning: pypandoc module not found, could not convert Markdown to RST
    Traceback (most recent call last):
      File "<string>", line 1, in <module>
      File "/private/tmp/pip-build-tEUbg6/birdy/setup.py", line 41, in <module>
        long_description = read_md('README.md'),
      File "/private/tmp/pip-build-tEUbg6/birdy/setup.py", line 14, in read_md
        return open(f, 'r', encoding='utf-8').read()
    TypeError: 'encoding' is an invalid keyword argument for this function
@sect2k
Copy link
Contributor

sect2k commented Nov 18, 2017

Thanks for this, I have pypandoc installed and I never tested without it.

@sect2k sect2k merged commit 31dbbff into inueni:master Nov 18, 2017
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

Successfully merging this pull request may close these issues.

None yet

2 participants