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

Charmap error while reading README #46

Open
mendelson opened this issue Mar 30, 2017 · 0 comments
Open

Charmap error while reading README #46

mendelson opened this issue Mar 30, 2017 · 0 comments

Comments

@mendelson
Copy link

While opening the README.md, download.py gave me this:

UnicodeDecodeError: 'charmap' codec can't decode byte 0x9d in position 33476: character maps to <undefined>

In case someone has the same problem, you may fix it by changing line 73 to:

with open('README.md', encoding="utf8") as readme:

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

1 participant