Closed mhwasil closed 5 years ago
I currently have a CATKIN_IGNORE in mcr_scene_segmentation
because of this exact same error.
I have a feeling I also had this error at some point. Have you tried adding this to the file in question:
import sys
reload(sys)
sys.setdefaultencoding(‘utf8’)
Found my error, see comment below.
It seems it’s an issue of catkin-tools: https://github.com/catkin/catkin_tools/issues/500
Possible solution: Delete the following folders:
devel/lib/<package name>
devel/.private/<package name>
devel/lib/python2.7/<package name>
devel/share/<package name>
build/<package name>
export LC_CTYPE=en_US.UTF-8
build again
I got this error after pulling new changes from github. @minhnh have you ever faced this? I did catkin clean already, but it did not solve the error. @sthoduka