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

UnicodeDecodeError #31

Open
zonhye opened this issue Jun 6, 2018 · 5 comments
Open

UnicodeDecodeError #31

zonhye opened this issue Jun 6, 2018 · 5 comments

Comments

@zonhye
Copy link

zonhye commented Jun 6, 2018

pip install summa,got error message:
File "\setup.py", line 11, in
long_description = open('README').read(),
UnicodeDecodeError: 'gbk' codec can't decode byte 0x93 in position 25: illegal multibyte sequence

chang line 11 to:
long_description = open('README','r',encoding='UTF-8').read()
problem solved

@fbarrios
Copy link
Contributor

fbarrios commented Jun 6, 2018

Hi @zonhye! Are you using v1.0.0 (master branch) with Python 3.5+?

@zonhye
Copy link
Author

zonhye commented Jun 6, 2018

@fbarrios Python 3.6.5

@scofield7419
Copy link

same error occurered on me.

@scofield7419
Copy link

Note that I'm working on Windows10.

@fbarrios
Copy link
Contributor

@scofield7419 can you share a sample text in which this happens, please?

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