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

Fails to build with python version >= 3.4 #6

Closed
noahfx opened this issue Dec 13, 2015 · 0 comments · Fixed by #7
Closed

Fails to build with python version >= 3.4 #6

noahfx opened this issue Dec 13, 2015 · 0 comments · Fixed by #7

Comments

@noahfx
Copy link
Contributor

noahfx commented Dec 13, 2015

Hi,
Currently I am packaging this module to get it into the Debian main archive. I have found the
package fails to build with the following python versions:
Python 3.4.4rc1
Python 3.5.1
The error happens getting the long description at build:

I: pybuild base:184: python3.5 setup.py clean Traceback (most recent call last): File "setup.py", line 29, in <module> LONG_DESCRIPTION = open('README.rst').read() File "/usr/lib/python3.5/encodings/ascii.py", line 26, in decode return codecs.ascii_decode(input, self.errors)[0] UnicodeDecodeError: 'ascii' codec can't decode byte 0xe2 in position 410: ordinal not in range(128)

I have made a pull request that fixes this issue:
#7

Hope this be useful for you

Cheers

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 a pull request may close this issue.

1 participant