-
Notifications
You must be signed in to change notification settings - Fork 14
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 install on python 3.5 due to copyright symbol in LICENSE file #1
Comments
Also the - is not an ascii char Traceback (most recent call last): |
I’m able to install it without issue:
|
Please try with the LANG env var set to C. Thanks
|
Thanks; I can now reproduce:
|
Fixed; I just released 0.1.1. Thanks for the report! |
Traceback (most recent call last):
File "", line 1, in
File "setup.py", line 24, in
license=open('LICENSE', 'r').read(),
File "/usr/local/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 0xc2 in position 10: ordinal not in range(128)
The text was updated successfully, but these errors were encountered: