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

UnicodeEncodeError: 'cp932' codec can't encode character '\u25c1' in position 594: illegal multibyte sequence #1174

Open
karthiknit1 opened this issue May 23, 2022 · 0 comments

Comments

@karthiknit1
Copy link

When a catkin build is done on any ROS package in a Japanese windows machine with ROS Noetic distribution, it leads to the following build error:

指定されたバッチ ラベルが見つかりません - GenerateTempFilename
Traceback (most recent call last):
File "C:\Local\Temp\T 9V1\tp9e8a5508_6c2a_4c34_ba09_bc42bcfa1c0f\build\catkin_generated\generate_cached_setup.py", line 27, in
f.write('\n'.join(code))
UnicodeEncodeError: 'cp932' codec can't encode character '\u25c1' in position 594: illegal multibyte sequence

Expected Behavior:
Build should be successful

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

1 participant