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

Running setup.py fails with LC_ALL=C #20

Closed
keis opened this issue Nov 7, 2016 · 2 comments
Closed

Running setup.py fails with LC_ALL=C #20

keis opened this issue Nov 7, 2016 · 2 comments

Comments

@keis
Copy link

keis commented Nov 7, 2016

When running setup.py in an environment with LC_ALL=C (or anything besides utf-8) it stops with a UnicodeDecodeError when reading the README.

Changing read() to explicitly set the encoding to utf-8 seems to fix this.

@asvetlov
Copy link
Member

asvetlov commented Nov 7, 2016

Try yarl==0.6.0 :)

@keis
Copy link
Author

keis commented Nov 7, 2016

Yep that fixed the issue. Thx 😸

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

No branches or pull requests

2 participants