RenolY2 / pikminBMG

A tool for converting between Pikmin 2 BMG and JSON text files
6 stars 0 forks source link

Unicode error #4

Open benwywywywy opened 1 year ago

benwywywywy commented 1 year ago

I have a problem the error code is: UnicodeDecodeError: 'shift_jis' codec can't decode bytes in position 2-3: illegal multibyte sequence

Kemui52 commented 1 week ago

For anyone else with this issue, the solution is to make sure Python3 is being used. You may have a Python2 installation set up as default. That's what happened to me.