```Traceback (most recent call last): File "/Use...
# general
b
Copy code
Traceback (most recent call last):
  File "/Users/pl/code/pants/src/python/pants/backend/jvm/tasks/jvm_compile/analysis_tools.py", line 66, in relativize
    self.parser.rebase_from_path(src_analysis, tmp_analysis_file, self._pants_home, self._PANTS_HOME_PLACEHOLDER, self._java_home)
  File "/Users/pl/code/pants/src/python/pants/backend/jvm/tasks/jvm_compile/analysis_parser.py", line 133, in rebase_from_path
    self.rebase(infile, outfile, pants_home_from, pants_home_to, java_home)
  File "/Users/pl/code/pants/src/python/pants/backend/jvm/tasks/jvm_compile/scala/zinc_analysis_parser.py", line 55, in rebase
    self._underlying_parser.rebase(infile, outfile, pants_home_from, pants_home_to, java_home)
  File "/Users/pl/code/pants/build-support/pants_dev_deps.venv/lib/python2.7/site-packages/zincutils/zinc_analysis_parser.py", line 88, in rebase
    rebase_element(Relations)
  File "/Users/pl/code/pants/build-support/pants_dev_deps.venv/lib/python2.7/site-packages/zincutils/zinc_analysis_parser.py", line 85, in rebase_element
    self._rebase_section(cls, header, infile, outfile, pants_home_from, pants_home_to, java_home)
  File "/Users/pl/code/pants/build-support/pants_dev_deps.venv/lib/python2.7/site-packages/zincutils/zinc_analysis_parser.py", line 117, in _rebase_section
    rebased_line = line.replace(pants_home_from, pants_home_to)
UnicodeDecodeError: 'ascii' codec can't decode byte 0xce in position 117: ordinal not in range(128)