Hi,
I’m trying to install the tbmodel code with python3.6.3 and I have been getting this problem:
UnicodeDecodeError: 'ascii' codec can't decode byte 0xc2 in position 49: ordinal not in range(128)
Any help would be appreciated.
Thanks, Anh
Dear Anh,
Could you please share some more information about how you encountered this issue? What's the platform you are using, and which installation tool (pip, conda, etc.)? Also, can you please provide the full traceback?
It seems your python version is having trouble reading source code which is encoded in utf-8 unicode without explicit encoding specifiers. In principle this should work with all python3 distributions, but if it does not I can make a small update adding back explicit specifiers.
Best regards,
Dominik
On 16.02.19 15:25, Pham, Anh D. wrote:
Hi,
I’m trying to install the tbmodel code with python3.6.3 and I have been getting this problem:
UnicodeDecodeError: 'ascii' codec can't decode byte 0xc2 in position 49: ordinal not in range(128)
Any help would be appreciated.
Thanks,
Anh