pytorch-chatbot icon indicating copy to clipboard operation
pytorch-chatbot copied to clipboard

Error with encoding

Open mateuszklos opened this issue 3 years ago • 0 comments

I've just got an error after creating .pth file

Fatal Python error: init_import_site: Failed to import the site module Python runtime state: initialized Traceback (most recent call last): [... some tracing logs ...]

UnicodeDecodeError: 'charmap' codec can't decode byte 0x81 in position 1468: character maps to

I added some parameters encoding='utf-8' to the funtions connected with files, but it still doesn't work Pycharm encoding is also set by default to UTF8

mateuszklos avatar Mar 08 '21 11:03 mateuszklos