We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
python setup.py develop --install-dir $HOME/local fails with the above mentioned error message. Therefore
should be added to pyuff.py and setup.py
The text was updated successfully, but these errors were encountered:
Hi @nilswagner! Which version of python are you using?
PS: this should not be an issue with py3
Sorry, something went wrong.
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/)
No branches or pull requests
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
The text was updated successfully, but these errors were encountered: