Open Burakhan opened 8 years ago
For this error: UnicodeDecodeError: 'ascii' codec can't decode byte 0xc3 in position 672: ordinal not in range(128)
@jamespacileo could you merge this fix?
@Burakhan I've found a temporary workaround using export LANG=C.UTF-8
export LANG=C.UTF-8
@vdboor Yes, that's right. This is also a solution.
For this error: UnicodeDecodeError: 'ascii' codec can't decode byte 0xc3 in position 672: ordinal not in range(128)