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

SyntaxError: Non-ASCII character '\xc5' in file setup.py on line 2, but no encoding declared #16

Closed
nilswagner opened this issue Sep 28, 2018 · 2 comments

Comments

@nilswagner
Copy link
Contributor

python setup.py develop --install-dir $HOME/local
fails with the above mentioned error message.
Therefore

-- coding: utf-8 --

should be added to pyuff.py and setup.py

@jankoslavic
Copy link
Contributor

jankoslavic commented Sep 28, 2018

Hi @nilswagner! Which version of python are you using?

PS: this should not be an issue with py3

@jankoslavic
Copy link
Contributor

I am closing this issue as this should not be a problem with Python 3 where everything is unicode encoded (http://lucumr.pocoo.org/2014/5/12/everything-about-unicode/)

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