This error crashes when you try to create a project in MavenMate
Exception in thread Thread-8: Traceback (most recent call last): File "/home/stepan/.config/sublime-text-3/Packages/MavensMate/lib/mm_interface.py", line 327, in run response_body = '\n'.join(mm_response) TypeError: sequence item 0: expected str instance, bytes found During handling of the above exception, another exception occurred: Traceback (most recent call last): File "./python3.3/threading.py", line 901, in _bootstrap_inner File "/home/stepan/.config/sublime-text-3/Packages/MavensMate/lib/mm_interface.py", line 331, in run strs.append(line.decode('utf-8')) UnicodeDecodeError: 'utf-8' codec can't decode byte 0xfd in position 139: invalid start byte 
mm_response- gil9reduniversal_newlines=Trueinsubprocess.Popenpass or useio.TextIOWrapper()to transfer its encoding. Also, both threads should be read at the same time; otherwise processes can hang, if the output is sufficient, the child process will produce. - jfs