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

Fix decode error of README.rst during installation #37

Merged
merged 1 commit into from
Oct 29, 2014
Merged

Fix decode error of README.rst during installation #37

merged 1 commit into from
Oct 29, 2014

Conversation

Asvel
Copy link

@Asvel Asvel commented Oct 24, 2014

Fix decode error in environment that default encoding is not utf-8.

Error log:

Traceback (most recent call last):
  File "<string>", line 17, in <module>
  File "C:\Users\Asvel\AppData\Local\Temp\pip_build_Asvel\tinydb\setup.py", line 36, in <module>
    long_description=open('README.rst', 'r').read(),
UnicodeDecodeError: 'gbk' codec can't decode byte 0x93 in position 1037: illegal multibyte sequence

msiemens added a commit that referenced this pull request Oct 29, 2014
Fix decode error of README.rst during installation
@msiemens msiemens merged commit fa5cb19 into msiemens:master Oct 29, 2014
@msiemens
Copy link
Owner

Thanks! Seems like the ☺ character broke it.

@Asvel Asvel deleted the fix-setup-readme-encoding branch December 10, 2014 05:14
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.

3 participants