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

One cannot install Clade with default encoding ascii #81

Closed
eunovm opened this issue Mar 18, 2019 · 0 comments · Fixed by #82
Closed

One cannot install Clade with default encoding ascii #81

eunovm opened this issue Mar 18, 2019 · 0 comments · Fixed by #82
Assignees
Labels
bug Something isn't working Low Low priority
Milestone

Comments

@eunovm
Copy link
Collaborator

eunovm commented Mar 18, 2019

Complete output from command python setup.py egg_info:
Traceback (most recent call last):
  File "<string>", line 1, in <module>
  File "/tmp/pip-build-eymrq0eh/ldv-clade/setup.py", line 64, 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 10324: ordinal not in range(128)
@eunovm eunovm added bug Something isn't working Low Low priority labels Mar 18, 2019
@eunovm eunovm added this to the 3.1 milestone Mar 18, 2019
@eunovm eunovm changed the title One cannot install Clade when utf8 is not default encoding One cannot install Clade with default encoding ascii Mar 18, 2019
eunovm added a commit that referenced this issue Mar 19, 2019
17451k pushed a commit that referenced this issue Mar 19, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working Low Low priority
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant