-
Notifications
You must be signed in to change notification settings - Fork 146
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
UnicodeEncodeError with non-ASCII character in environment #338
Labels
Milestone
Comments
Thanks, @roehling. This is definitely with 0.4.0, but can you tell me not about your OS and Python version? |
It's Ubuntu 14.04 LTS ("Trusty") with Python 2.7 |
@roehling thanks! |
I came up with a more useful stack trace by running
|
scpeters
added a commit
to scpeters/catkin_tools
that referenced
this issue
Apr 19, 2016
Regression test for issue catkin#338.
scpeters
added a commit
to scpeters/catkin_tools
that referenced
this issue
Apr 19, 2016
Regression test for issue catkin#338.
@jbohren thanks for the quick fix! |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
On my system, I have the environment variable
DEBFULLNAME=Timo Röhling
(note the non-ASCII umlaut in my last name) set, which causescatkin build
to raise the following exception:Once I
unset DEBFULLNAME
, everything works.You can reproduce the bug by running
eval $(printf 'export NON_ASCII=\xc3\xb6')
at the bash prompt before invokingcatkin build
.The text was updated successfully, but these errors were encountered: