Join GitHub today
GitHub is home to over 28 million developers working together to host and review code, manage projects, and build software together.
Sign upEnsure long description is Unicode string in setup #201
Conversation
This comment has been minimized.
Show comment
Hide comment
This comment has been minimized.
Show comment
Hide comment
|
OK, that did it. :) |
This comment has been minimized.
Show comment
Hide comment
This comment has been minimized.
Show comment
Hide comment
|
Nice catch. Thanks! |
added a commit
that referenced
this pull request
Nov 18, 2013
kgriffs
merged commit f2e9398
into
falconry:master
Nov 18, 2013
1 check passed
default
The Travis CI build passed
Details
jaypipes
deleted the
jaypipes:utf8setup
branch
Feb 9, 2014
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
jaypipes commentedNov 2, 2013
Python 3.3 is not able to properly install Falcon
due to UTF-8 characters in the README.rst file. The
characters are fine, we just need to be sure to decode
the open('README.rst', 'rb').read() bytestring as a
unicode string.
An example of the setup failure can be seen here:
UnicodeDecodeError: 'ascii' codec can't decode byte 0xc3 in position 586: ordinal not in range(128)
http://logs.openstack.org/40/55040/2/check/gate-solum-python33/02f9aca/console.html